From 926108a533b99d7043bc93dfa4b34f60ee636d35 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Tue, 22 Sep 2020 12:18:01 +0800 Subject: [PATCH] [misc] add /span/bin to PATH --- fish/config/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/config/config.fish b/fish/config/config.fish index aea6adf..a5dd835 100644 --- a/fish/config/config.fish +++ b/fish/config/config.fish @@ -25,6 +25,7 @@ append-path-if-exists ~/.yarn/bin source-file-if-exists ~/.cargo/env append-path-if-exists ~/Programs/bin append-path-if-exists /usr/local/bin +append-path-if-exists /snap/bin #/usr/bin/xmodmap /home/klesh/.Xmodmap if which pip 1>/dev/null 2>/dev/null; and pip show virtualfish > /dev/null 2>/dev/null