Skip to content

Commit aa240b8

Browse files
committed
Don't ignore user specified path
1 parent 1f68924 commit aa240b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

zshenv

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ typeset -U path
2424
## globがマッチしなかったり存在しないパスを無視する。
2525
## -: シンボリックリンク先のパスを評価。
2626
## /: ディレクトリのみ残す。
27-
path=(# システム用
27+
path=(# 既存のパスを優先
28+
## 2017-02-10
29+
$path
30+
# システム用
2831
/bin(N-/)
2932
# 自分用(--prefix=$HOME/localでインストールしたもの)
3033
$HOME/local/bin(N-/)

0 commit comments

Comments
 (0)