diff --git a/.zsh.d/00-path.zsh b/.zsh.d/00-path.zsh index e014cc2..9deac97 120000 --- a/.zsh.d/00-path.zsh +++ b/.zsh.d/00-path.zsh @@ -1 +1 @@ -/home/snarbutas/.yadm/alt/.zsh.d/00-path.zsh##Linux.epiphanius \ No newline at end of file +/home/simas/.zsh.d/00-path.zsh##FreeBSD \ No newline at end of file diff --git a/.zsh.d/00-path.zsh#FreeBSD b/.zsh.d/00-path.zsh#FreeBSD deleted file mode 100644 index 85c31df..0000000 --- a/.zsh.d/00-path.zsh#FreeBSD +++ /dev/null @@ -1,6 +0,0 @@ -for dir in /usr/bin /usr/sbin /sbin /bin /Users/snarbutas/Desktop/sqlline-master/bin /Users/snarbutas/temp/platform-tools; do - if test -d "$dir" && ! grep -q -e "^${dir}:" -e ":${dir}:" -e ":${dir}" <<< $PATH; then - PATH="${dir}:${PATH}" - fi -done -export PATH