From 00db79a855da0f14f40d2bd29d6c5443b47cfa0c 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