#Default Editor is VIM export EDITOR="vim" #Set GIT Directory Variable export GITDIR="/home/burchettm/.git/computers" export GIT="/home/burchettm/.git" #Set ScreenShots Directory Variable export SCREENSHOTS="/home/burchettm/Desktop/Screenshots" #Enable LIBETC (dotfiles mover) #export LD_PRELOAD=libetc.so #Default Browser is Opera, unless in TTY then it's links # Browser if [ -n "$DISPLAY" ]; then export BROWSER=opera else export BROWSER=links fi #Set 256-color terminal #if [ -n "$DISPLAY" ]; # then export TERM="xterm-256color" # else export TERM="linux" #fi