Updated config
This commit is contained in:
parent
8f8ede433c
commit
63785a6732
1 changed files with 2 additions and 7 deletions
|
@ -3,11 +3,6 @@ if status is-interactive
|
|||
set -x LS_COLORS di=0:ln=0:so=0:pi=0:ex=0:bd=0:cd=0:su=0:sg=0:tw=0:ow=0
|
||||
end
|
||||
|
||||
for line in (systemctl --user show-environment)
|
||||
set key (echo $line | cut -d "=" -f 1)
|
||||
set value (echo $line | cut -d "=" -f 2-)
|
||||
set -x $key $value
|
||||
end
|
||||
|
||||
export (systemctl --user show-environment)
|
||||
fish_add_path $GOPATH/bin
|
||||
fish_add_path $HOME/.local/bin
|
Loading…
Add table
Add a link
Reference in a new issue