Merge branch 'master' of ssh://git.narbuto.lt:2203/simas/dotfiles
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
/home/snarbutas/.yadm/alt/.zsh.d/00-path.zsh##Linux.epiphanius
|
|
||||||
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