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
Oh My Zsh
Commits
3841da15
Commit
3841da15
authored
Jan 18, 2012
by
John Antoni Griffiths
Browse files
don't check for tmp dir
parent
36cd5ed1
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/pow/pow.plugin.zsh
View file @
3841da15
...
...
@@ -43,7 +43,7 @@ kapow(){
return
1
fi
[
!
-d
"~/.pow/
${
vhost
}
/tmp"
]
&&
mkdir
-p
"~/.pow/
$vhost
/tmp"
#
[ ! -d "~/.pow/${vhost}/tmp" ] && mkdir -p "~/.pow/$vhost/tmp"
touch
~/.pow/
$vhost
/tmp/restart.txt
;
[
$?
-eq
0
]
&&
echo
"pow: restarting
$vhost
.dev"
}
...
...
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