Updated config
This commit is contained in:
parent
047a4808cc
commit
285360a1dc
7 changed files with 53 additions and 25 deletions
|
@ -1,7 +1,14 @@
|
|||
# Interactive mode
|
||||
if status is-interactive
|
||||
source $HOME/.config/fish/alias.fish
|
||||
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
|
||||
|
||||
# PATH: Add scripts
|
||||
fish_add_path $XDG_CONFIG_HOME/fish/scripts
|
||||
|
||||
# PATH: Add Go binaries
|
||||
if command -q go
|
||||
fish_add_path (go env GOPATH)/bin
|
||||
end
|
||||
|
||||
# Load systemd user environment
|
||||
|
@ -9,8 +16,4 @@ set GENERATOR /usr/lib/systemd/user-environment-generators/30-systemd-environmen
|
|||
|
||||
if test -e $GENERATOR
|
||||
export ($GENERATOR)
|
||||
end
|
||||
|
||||
# Add to PATH
|
||||
fish_add_path (go env GOPATH)/bin
|
||||
fish_add_path $XDG_CONFIG_HOME/fish/scripts
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue