From 4958c0a3a1e8e1932c50d2a5ba8909a77aa219cf Mon Sep 17 00:00:00 2001 From: simas Date: Sun, 17 Feb 2019 18:58:20 +0100 Subject: [PATCH] bsd mess pt2 --- .zsh.d/00-path.zsh | 2 +- .zsh.d/00-path.zsh#FreeBSD | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .zsh.d/00-path.zsh#FreeBSD 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