removed unused exports from envision template

pull/167/head^2
William Jamieson 2012-11-08 12:05:30 +11:00
parent efa01217b8
commit d4757051bc
1 changed files with 6 additions and 5 deletions

View File

@ -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