[fish] Fix wrong $PATH interpolation

This commit is contained in:
Sebastian Schulze 2017-01-05 12:06:10 +01:00
parent 806609865f
commit fa00347686
No known key found for this signature in database
GPG Key ID: 7406AC3EBC21CEC5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
set fish_greeting
set -x EDITOR 'emacsclient -t'
set -x GIT_EDITOR $EDITOR
set -x PATH $PATH ~/.local/bin ~/bin ~/bin/go/bin /usr/local/bin
set -U fish_user_paths ~/.local/bin ~/bin ~/bin/go/bin /usr/local/bin $fish_user_paths
set -x ALTERNATE_EDITOR "" # Start emacs in every case!
set -x WORKLOG /home/bascht/Documents/Freelance/Worklog/Worklog.md
set -x Documents /home/bascht/Documents