[fish] The big cleanup

This commit is contained in:
2021-12-01 23:13:28 -05:00
parent fa759f03d3
commit 4806cef4c6
38 changed files with 1022 additions and 1106 deletions

View File

@ -1,14 +1,13 @@
source ~/.asdf/asdf.fish
set -gx PATH ~/.cargo/bin $PATH
set -gx PATH ~/.bin $PATH
set -gx PATH ~/.screenlayout $PATH
set -gx PATH ~/.emacs.d/bin $PATH
set -gx GIT_CU_DIR ~/src
#set -gx PATH ~/.fzf/bin $PATH
set -gx PATH ~/.local/bin $PATH
set -gx PATH ~/.asdf/installs/rust/latest/bin $PATH
fzf_key_bindings
set -gx EDITOR vi
set -gx XDG_RUNTIME_DIR /run/user/(id -u)
direnv hook fish | source
alias ls=lsd
if status is-interactive
set -gx PATH ~/.asdf/installs/rust/latest/bin $PATH
set -gx PATH ~/.cargo/bin $PATH
set -gx PATH ~/.bin $PATH
set -gx PATH ~/.screenlayout $PATH
set -gx PATH ~/.emacs.d/bin $PATH
set -gx GIT_CU_DIR ~/src
set -gx PATH ~/.local/bin $PATH
set -gx EDITOR vi
set -gx XDG_RUNTIME_DIR /run/user/(id -u)
direnv hook fish | source
alias ls=lsd
end