From b2834164986fb5ce5e33c693f6909bc5ffbd62be Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 6 Feb 2018 05:39:18 +0100 Subject: go path add --- config.fish | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.fish b/config.fish index acf5482..2d21516 100644 --- a/config.fish +++ b/config.fish @@ -6,6 +6,11 @@ export EDITOR=vim if [ -d "$HOME/.node_modules/bin" ] export PATH="$PATH:$HOME/.node_modules/bin" end +if [ -d "$HOME/go/bin" ] + export PATH="$PATH:$HOME/go/bin" +end + + # alias gobjc='gcc -L /usr/lib/GNUstep/Libraries/gnustep-base -lgnustep-base -fconstant-string-class=NSConstantString' # alias smpd='ssh achessh@ache.one -fp 21 ssh ache@localhost -p 60065 -L 8091:localhost:8091 -fN' -- cgit v1.2.3