mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Merge branch 'nginx'
This commit is contained in:
commit
a80934fdd1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
: ${NGINX_DIR:=/etc/nginx}
|
||||
: ${NGINX_VHOST_TEMPLATE:=$ZSH/plugins/nginx/templates/symfony2}
|
||||
|
||||
if [ $use_sudo -eq 1 ]; then
|
||||
if [[ -e $( which -p sudo 2>&1 ) ]]; then
|
||||
sudo="sudo"
|
||||
else
|
||||
sudo=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue