Newest version of dotfiles with Ghostty, Fish, kickstart vim and zsh updates
This commit is contained in:
10
.config/fish/conf.d/paths.fish
Normal file
10
.config/fish/conf.d/paths.fish
Normal file
@@ -0,0 +1,10 @@
|
||||
# Development paths
|
||||
fish_add_path /opt/homebrew/bin
|
||||
fish_add_path ~/.cargo/bin
|
||||
fish_add_path ~/.local/bin
|
||||
fish_add_path /usr/local/go/bin
|
||||
fish_add_path $GOPATH/bin
|
||||
|
||||
# Go environment
|
||||
set -gx GOPATH ~/go
|
||||
set -gx GO111MODULE on
|
||||
Reference in New Issue
Block a user