add alias to view the standard out (puts) from any pow app

master
John Antoni Griffiths 15 years ago
parent c1a04eb61f
commit 36cd5ed1a5
  1. 3
      plugins/pow/pow.plugin.zsh

@ -48,3 +48,6 @@ kapow(){
[ $? -eq 0 ] && echo "pow: restarting $vhost.dev" [ $? -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/*"
Loading…
Cancel
Save