- 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)
- set -gx FZF_LEGACY_KEYBINDS 0
- set -gx FZF_COMPLETE 1
- direnv hook fish | source
- alias ls=exa
|