diff options
author | John Antoni Griffiths <john@johnantoni.com> | 2012-01-18 14:18:09 -0500 |
---|---|---|
committer | John Antoni Griffiths <john@johnantoni.com> | 2012-01-18 14:18:09 -0500 |
commit | 36cd5ed1a59394827d6e9d38eca33b614790ded3 (patch) | |
tree | d0781968262aab1b1037283f79a7a8759884387d /plugins/pow | |
parent | c1a04eb61fcdd740bef52cd9da75fd72aeac3cf4 (diff) | |
download | zsh-36cd5ed1a59394827d6e9d38eca33b614790ded3.tar.gz zsh-36cd5ed1a59394827d6e9d38eca33b614790ded3.tar.bz2 zsh-36cd5ed1a59394827d6e9d38eca33b614790ded3.zip |
add alias to view the standard out (puts) from any pow app
Diffstat (limited to 'plugins/pow')
-rw-r--r-- | plugins/pow/pow.plugin.zsh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/pow/pow.plugin.zsh b/plugins/pow/pow.plugin.zsh index 08e5cf62f..5ab55ff1f 100644 --- a/plugins/pow/pow.plugin.zsh +++ b/plugins/pow/pow.plugin.zsh @@ -47,4 +47,7 @@ kapow(){ touch ~/.pow/$vhost/tmp/restart.txt; [ $? -eq 0 ] && echo "pow: restarting $vhost.dev" } -compctl -W ~/.pow -/ kapow
\ No newline at end of file +compctl -W ~/.pow -/ kapow + +# View the standard out (puts) from any pow app +alias kaput="tail -f ~/Library/Logs/Pow/apps/*"
\ No newline at end of file |