update dotfiles

This commit is contained in:
Simonas Narbutas
2019-04-04 12:58:21 +02:00
parent 9ed2094406
commit 84c6f841ce
8 changed files with 27 additions and 24 deletions

View File

@@ -1,6 +0,0 @@
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

1
.zsh.d/00-path.zsh Symbolic link
View File

@@ -0,0 +1 @@
/home/snarbutas/.yadm/alt/.zsh.d/00-path.zsh##Linux.epiphanius