Clean up #fish config file
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
source ~/.asdf/asdf.fish
|
||||
set -gx PATH ~/.fzf/bin $PATH
|
||||
fzf_key_bindings
|
||||
set -gx PATH ~/.asdf/installs/rust/stable/bin $PATH
|
||||
set -gx PATH ~/.emacs.d/bin $PATH
|
||||
set -gx EDITOR vim $EDITOR
|
||||
set -gx XDG_RUNTIME_DIR /run/user/(id -u) $XDG_RUNTIME_DIR
|
||||
set -gx PATH ~/.fzf/bin $PATH
|
||||
fzf_key_bindings
|
||||
set -gx EDITOR vi
|
||||
set -gx XDG_RUNTIME_DIR /run/user/(id -u)
|
||||
eval (python -m virtualfish)
|
||||
|
||||
Reference in New Issue
Block a user