From d4757051bc78fbce8780fe2d0e774832c2cc6c7a Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Thu, 8 Nov 2012 12:05:30 +1100 Subject: [PATCH] removed unused exports from envision template --- template/envision.template.bash | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 +