Updated config
This commit is contained in:
parent
285360a1dc
commit
557f33c14a
35 changed files with 159 additions and 694 deletions
|
@ -3,10 +3,10 @@ if status is-interactive
|
|||
source $HOME/.config/fish/alias.fish
|
||||
end
|
||||
|
||||
# PATH: Add scripts
|
||||
# Add scripts to PATH
|
||||
fish_add_path $XDG_CONFIG_HOME/fish/scripts
|
||||
|
||||
# PATH: Add Go binaries
|
||||
# Add Go binaries to PATH
|
||||
if command -q go
|
||||
fish_add_path (go env GOPATH)/bin
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue