Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
36cd5ed1
Commit
36cd5ed1
authored
Jan 18, 2012
by
John Antoni Griffiths
Browse files
add alias to view the standard out (puts) from any pow app
parent
c1a04eb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/pow/pow.plugin.zsh
View file @
36cd5ed1
...
@@ -47,4 +47,7 @@ kapow(){
...
@@ -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
\ No newline at end of file
# View the standard out (puts) from any pow app
alias
kaput
=
"tail -f ~/Library/Logs/Pow/apps/*"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment