Moved nginx settings to plugin.
These settings shouldn't be in the profile template, as they only make sense when used with nginx. If you're using nginx, you can enable the nginx plugin.
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Add nginx to the path
|
||||
PATH=$PATH:/opt/nginx/sbin
|
||||
|
||||
export PATH
|
||||
|
||||
# Path to the bash it configuration
|
||||
export BASH_IT=$HOME/.bash_it
|
||||
|
||||
@@ -15,9 +10,6 @@ export BASH_IT_THEME='bobby'
|
||||
# Your place for hosting Git repos. I use this for private repos.
|
||||
export GIT_HOSTING='git@git.domain.com'
|
||||
|
||||
# Set the path nginx
|
||||
export NGINX_PATH='/opt/nginx'
|
||||
|
||||
# Don't check mail when opening terminal.
|
||||
unset MAILCHECK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user