mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
fish: fix envs, apparently i was not exporting them
This commit is contained in:
parent
0ce31d478d
commit
539aced4c9
1 changed files with 9 additions and 8 deletions
|
|
@ -1,12 +1,13 @@
|
|||
set -g GOPATH $HOME/go
|
||||
set -g GOBIN $GOPATH/bin
|
||||
|
||||
set -g PATH $GOBIN $PATH
|
||||
set -g PATH $HOME/bin $PATH
|
||||
set -g PATH $HOME/.local/bin $PATH
|
||||
set -g PATH $HOME/.bun/bin $PATH
|
||||
set -g PATH node_modules/.bin $PATH
|
||||
set -gx GOPATH $HOME/go
|
||||
set -gx GOBIN $GOPATH/bin
|
||||
|
||||
set -gx PATH $GOBIN $PATH
|
||||
set -gx PATH $HOME/bin $PATH
|
||||
set -gx PATH $HOME/.local/bin $PATH
|
||||
set -gx PATH $HOME/.bun/bin $PATH
|
||||
set -gx PATH node_modules/.bin $PATH
|
||||
set -gx NIX_PATH $HOME/.local/nix
|
||||
set -gx LEDGER_FILE "$HOME/org/finance/2026.journal"
|
||||
|
||||
if type -q nvim
|
||||
set -gx EDITOR nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue