not sure no more
This commit is contained in:
@@ -1 +0,0 @@
|
||||
/home/simas/.zsh.d/00-path.zsh##FreeBSD
|
||||
6
.zsh.d/00-path.zsh
Normal file
6
.zsh.d/00-path.zsh
Normal file
@@ -0,0 +1,6 @@
|
||||
for dir in /usr/bin /usr/sbin /sbin /bin ~/.bin; do
|
||||
if test -d "$dir" && ! grep -q -e "^${dir}:" -e ":${dir}:" -e ":${dir}" <<< $PATH; then
|
||||
PATH="${dir}:${PATH}"
|
||||
fi
|
||||
done
|
||||
export PATH
|
||||
Reference in New Issue
Block a user