1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

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

This commit is contained in:
John Antoni Griffiths 2012-01-18 14:18:09 -05:00
parent c1a04eb61f
commit 36cd5ed1a5

View file

@ -48,3 +48,6 @@ kapow(){
[ $? -eq 0 ] && echo "pow: restarting $vhost.dev"
}
compctl -W ~/.pow -/ kapow
# View the standard out (puts) from any pow app
alias kaput="tail -f ~/Library/Logs/Pow/apps/*"