From d0353649cd05c20d7c24668e5dd159124d986c26 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 5 Aug 2019 19:17:38 -0400 Subject: [PATCH] fish: add PATh and PKG_PATH for NetBSD --- applications/fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/applications/fish b/applications/fish index 8afba0a..72bbf04 100644 --- a/applications/fish +++ b/applications/fish @@ -32,6 +32,10 @@ switch (uname) set -Ux _agw_dir_scripts ~/Scripts set -Ux _agw_dir_src ~/Sources case NetBSD + set -gx PATH $HOME/bin /bin /sbin /usr/bin /usr/sbin /usr/X11R7/bin \ + /usr/pkg/bin /usr/pkg/sbin /usr/games /usr/local/bin \ + /usr/local/sbin + set -gx PKG_PATH "http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/"(uname -p)"/"(uname -r | cut -f '1 2' -d. | cut -f 1 -d_)"/All" set -Ux _agw_dir_bin ~/bin set -Ux _agw_dir_rc ~/rc set -Ux _agw_dir_scripts ~/rc/scripts