Few more FreeBSD fixes to dotfiles

This commit is contained in:
Colin Powell
2020-01-27 01:03:45 -05:00
parent adc472661f
commit bfbb3b2027
6 changed files with 21 additions and 6 deletions

View File

@ -3,7 +3,10 @@ set -gx PATH ~/.cargo/bin $PATH
set -gx PATH ~/.emacs.d/bin $PATH
set -gx PATH ~/.fzf/bin $PATH
set -gx PATH ~/.local/bin $PATH
set -gx PATH ~/.asdf/install/rust/stable/bin $PATH
fzf_key_bindings
set -gx EDITOR vi
set -gx XDG_RUNTIME_DIR /run/user/(id -u)
eval (python -m virtualfish)
direnv hook fish | source