Skip to content

Commit

Permalink
add alias to view the standard out (puts) from any pow app
Browse files Browse the repository at this point in the history
  • Loading branch information
John Antoni Griffiths committed Jan 18, 2012
1 parent c1a04eb commit 36cd5ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/pow/pow.plugin.zsh
Expand Up @@ -47,4 +47,7 @@ kapow(){
touch ~/.pow/$vhost/tmp/restart.txt;
[ $? -eq 0 ] && echo "pow: restarting $vhost.dev"
}
compctl -W ~/.pow -/ kapow
compctl -W ~/.pow -/ kapow

# View the standard out (puts) from any pow app
alias kaput="tail -f ~/Library/Logs/Pow/apps/*"

0 comments on commit 36cd5ed

Please sign in to comment.