1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 18:40:27 +00:00

Pow! Restart Helper

Add helper function to restart an app running on Pow!
This commit is contained in:
Andrew Hodges 2011-05-28 11:09:37 -04:00
parent c6688047f7
commit 513938e5c3

View File

@ -0,0 +1,10 @@
# Thanks to Christopher Sexton
# https://gist.github.com/965032
function kapow {
touch ~/.pow/$1/tmp/restart.txt
if [ $? -eq 0 ]; then
echo "$fg[yellow]Pow restarting $1...$reset_color"
fi
}
compctl -W ~/.pow -/ kapow