From 3f7793e2cce6a0c51ad094f66425763a2a274f7e Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 31 Jul 2017 17:55:59 +0200 Subject: [PATCH] Removed shitty PATH overwrite in fish config --- shells/fish/config.fish | 3 --- 1 file changed, 3 deletions(-) diff --git a/shells/fish/config.fish b/shells/fish/config.fish index ca1bd48..3cead11 100644 --- a/shells/fish/config.fish +++ b/shells/fish/config.fish @@ -1,5 +1,3 @@ -set -x PATH $PATH /usr/local/bin /usr/bin /bin /usr/local/games /usr/games ~/.pub-cache/bin ~/.gem/ruby/2.4.0/bin - set -x ARCHFLAGS -arch_x86_64 set -x GPG_TTY (tty) @@ -56,4 +54,3 @@ end if [ -z $GOPATH ] set -Ux GOPATH ~/.go end -