mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
add alias to view the standard out (puts) from any pow app
This commit is contained in:
parent
c1a04eb61f
commit
36cd5ed1a5
1 changed files with 4 additions and 1 deletions
|
@ -47,4 +47,7 @@ kapow(){
|
||||||
touch ~/.pow/$vhost/tmp/restart.txt;
|
touch ~/.pow/$vhost/tmp/restart.txt;
|
||||||
[ $? -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…
Reference in a new issue