Updated config

This commit is contained in:
Eduard Urbach 2025-05-18 15:59:57 +02:00
parent 285360a1dc
commit 557f33c14a
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
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