Removed shitty PATH overwrite in fish config

This commit is contained in:
Marcel Kapfer 2017-07-31 17:55:59 +02:00
parent 9d87e91672
commit 3f7793e2cc
1 changed files with 0 additions and 3 deletions

View File

@ -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