From 8b86e37c6fc7418895510534195b4de25bdb4b19 Mon Sep 17 00:00:00 2001 From: T31M Date: Tue, 7 Jan 2020 22:18:22 +0100 Subject: [PATCH] feat: added ~/bin for software/scripts to $PATH on start --- shell/dot.config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/dot.config/fish/config.fish b/shell/dot.config/fish/config.fish index e375e27..ced1ae1 100644 --- a/shell/dot.config/fish/config.fish +++ b/shell/dot.config/fish/config.fish @@ -1 +1,2 @@ set -g -x fish_greeting 'Welcome to FiSH' +set -gx PATH ~/bin $PATH