Add .config/fish/conf.d/30-go.fish

This commit is contained in:
punkfairie 2024-04-26 21:20:04 -07:00
parent e77a444b98
commit 8639f2bd92
No known key found for this signature in database
GPG key ID: 1B492EAEA989C054

View file

@ -0,0 +1,3 @@
#!/usr/bin/env fish
fish_add_path "$HOME/go/bin"