diff options
author | Claus Witt <claus@wittnezz.dk> | 2010-11-25 21:44:40 +0100 |
---|---|---|
committer | Claus Witt <claus@wittnezz.dk> | 2010-11-25 21:44:40 +0100 |
commit | 8f95ca6b8d32b32659460c4aa47802bda75e5aae (patch) | |
tree | aa21a7effb1820d2e29d9bf37bbadcd43ff39ae9 /plugins/lighthouse/lighthouse.plugin.zsh | |
parent | bdaf872ce6e411f881e5e6138fc61a9c1645e67a (diff) | |
parent | 583c984a864969579a0c258528ae93f9529308d4 (diff) | |
download | zsh-8f95ca6b8d32b32659460c4aa47802bda75e5aae.tar.gz zsh-8f95ca6b8d32b32659460c4aa47802bda75e5aae.tar.bz2 zsh-8f95ca6b8d32b32659460c4aa47802bda75e5aae.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/lighthouse/lighthouse.plugin.zsh')
-rw-r--r-- | plugins/lighthouse/lighthouse.plugin.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/lighthouse/lighthouse.plugin.zsh b/plugins/lighthouse/lighthouse.plugin.zsh index 4eb06a997..7661c6add 100644 --- a/plugins/lighthouse/lighthouse.plugin.zsh +++ b/plugins/lighthouse/lighthouse.plugin.zsh @@ -4,7 +4,7 @@ # Example usage: http://screencast.com/t/ZDgwNDUwNT open_lighthouse_ticket () { if [ ! -f .lighthouse-url ]; then - echo "There is no .lighthouse file in the current directory..." + echo "There is no .lighthouse-url file in the current directory..." return 0; else lighthouse_url=$(cat .lighthouse-url); @@ -13,4 +13,4 @@ open_lighthouse_ticket () { fi } -alias lho='open_lighthouse_ticket'
\ No newline at end of file +alias lho='open_lighthouse_ticket' |