Updated config

This commit is contained in:
Eduard Urbach 2025-05-18 15:59:57 +02:00
parent 10baa6f6bb
commit 978e460330
Signed by: eduard
GPG key ID: 49226B848C78F6C8
35 changed files with 159 additions and 694 deletions

View file

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