clean up PATH, update zstyle path

This commit is contained in:
2020-03-24 10:59:48 -07:00
parent 1510500ac7
commit addbe7e1f2

6
.zshrc
View File

@@ -8,7 +8,7 @@ then
else else
fi fi
export PATH=$PATH:/opt/cc0/bin:~/bin:/opt/android-studio/bin:/opt/smlnj/bin:~/go/bin export PATH=$PATH:~/bin
export EDITOR=vim export EDITOR=vim
export CLICOLOR=1 export CLICOLOR=1
@@ -62,10 +62,8 @@ fi
# Turn off the ability for other people to message your terminal using wall # Turn off the ability for other people to message your terminal using wall
mesg n mesg n
export SMLNJ_HOME=/usr
# The following lines were added by compinstall # The following lines were added by compinstall
zstyle :compinstall filename '/home/amgutier/.zshrc' zstyle :compinstall filename ~/.zshrc
autoload -Uz compinit autoload -Uz compinit
compinit compinit