fox all path's with $HOME
This commit is contained in:
parent
eefa37f435
commit
dd443121d8
@ -1,8 +1,8 @@
|
|||||||
set -gx PATH /usr/local/opt/coreutils/libexec/gnubin $PATH
|
set -gx PATH /usr/local/opt/coreutils/libexec/gnubin $PATH
|
||||||
set -gx PATH /usr/local/bin $PATH
|
set -gx PATH /usr/local/bin $PATH
|
||||||
set -gx PATH ~/.local/bin $PATH
|
set -gx PATH $HOME/.local/bin $PATH
|
||||||
set -gx PATH ~/.cargo/bin $PATH
|
set -gx PATH $HOME/.cargo/bin $PATH
|
||||||
set -gx GOPATH ~/.go
|
set -gx GOPATH $HOME/.go
|
||||||
set -gx EDITOR nvim
|
set -gx EDITOR nvim
|
||||||
set fish_color_valid_path
|
set fish_color_valid_path
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user