diff --git a/template/envision.template.bash b/template/envision.template.bash index 837984fa..50edd31e 100755 --- a/template/envision.template.bash +++ b/template/envision.template.bash @@ -17,11 +17,11 @@ export BASH_IT_THEME='envision' export GIT_HOSTING='wwjamieson3@github.com' # Set my editor and git editor -export EDITOR="/usr/bin/mate -w" -export GIT_EDITOR='/usr/bin/mate -w' +#export EDITOR="/usr/bin/mate -w" +#export GIT_EDITOR='/usr/bin/mate -w' # Set the path nginx -export NGINX_PATH='/opt/nginx' +#export NGINX_PATH='/opt/nginx' # Don't check mail when opening terminal. unset MAILCHECK @@ -29,11 +29,11 @@ unset MAILCHECK # Change this to your console based IRC client of choice. -export IRC_CLIENT='irssi' +#export IRC_CLIENT='irssi' # Set this to the command you use for todo.txt-cli -export TODO="t" +#export TODO="t" # Set vcprompt executable path for scm advance info in prompt (demula theme) # https://github.com/xvzf/vcprompt @@ -41,3 +41,4 @@ export TODO="t" # Load Bash It source $BASH_IT/bash_it.sh +