From addbe7e1f2d01c324167c997f459954834674b3f Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Tue, 24 Mar 2020 10:59:48 -0700 Subject: [PATCH] clean up PATH, update zstyle path --- .zshrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index 2a69eae..560d4a5 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,7 @@ then else 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 CLICOLOR=1 @@ -62,10 +62,8 @@ fi # Turn off the ability for other people to message your terminal using wall mesg n -export SMLNJ_HOME=/usr - # The following lines were added by compinstall -zstyle :compinstall filename '/home/amgutier/.zshrc' +zstyle :compinstall filename ~/.zshrc autoload -Uz compinit compinit