Fix path to stable rust #fish
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
source ~/.asdf/asdf.fish
|
source ~/.asdf/asdf.fish
|
||||||
set -gx PATH ~/.fzf/bin $PATH
|
set -gx PATH ~/.fzf/bin $PATH
|
||||||
fzf_key_bindings
|
fzf_key_bindings
|
||||||
set -gx PATH ~/.asdf/installs/rust/1.36.0/bin $PATH
|
set -gx PATH ~/.asdf/installs/rust/stable/bin $PATH
|
||||||
set -gx PATH ~/.emacs.d/bin $PATH
|
set -gx PATH ~/.emacs.d/bin $PATH
|
||||||
set -gx EDITOR vim $EDITOR
|
set -gx EDITOR vim $EDITOR
|
||||||
eval (python -m virtualfish)
|
eval (python -m virtualfish)
|
||||||
|
|||||||
Reference in New Issue
Block a user