inital commit of clone of old repo
This commit is contained in:
27
Old/NOVA/home/.zsh/exports
Normal file
27
Old/NOVA/home/.zsh/exports
Normal file
@ -0,0 +1,27 @@
|
||||
#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
|
Reference in New Issue
Block a user