ZSH: Restructured path settings
This commit is contained in:
parent
360e82abe9
commit
7014435399
@ -7,7 +7,6 @@ _prepath() {
|
||||
for dir in "$@"; do
|
||||
dir=${dir:A}
|
||||
[[ ! -d "$dir" ]] && return
|
||||
#path=("$dir" $path[@])
|
||||
path=("$dir" $path)
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user