Skip to content

Commit

Permalink
zsh: remove obsolete PATH entries
Browse files Browse the repository at this point in the history
  • Loading branch information
majutsushi committed Aug 30, 2017
1 parent 1db361c commit 207275d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions zsh/zsh/zshenv.d/20_paths
Expand Up @@ -2,11 +2,6 @@ rationalize_path() {
eval $1'=( ${(u)^'${1}':a}(N-/xe:'\''[[ "$REPLY" != "." ]]'\'':) )'
}

if [[ -d /opt/intel ]]; then
source /opt/intel/cc/10.0.023/bin/iccvars.sh
source /opt/intel/idb/10.0.023/bin/idbvars.sh
fi

path=(
"$HOME/bin"
"$HOME/.bin"
Expand All @@ -18,10 +13,6 @@ path=(
"$HOME"/.gem/ruby/*/bin/(Nn[-1])
/var/lib/gems/*/bin/(Nn[-1])

# Macports
/opt/local/bin
/opt/local/sbin

"$path[@]"

/usr/local/sbin
Expand Down

0 comments on commit 207275d

Please sign in to comment.