mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
add alias to view the standard out (puts) from any pow app
This commit is contained in:
@@ -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/*"
|
||||||
Reference in New Issue
Block a user