Ensure XDG_RUNTIME_DIR is set in #fish

This commit is contained in:
Colin Powell
2019-08-16 11:29:05 -04:00
parent 28cb4725f8
commit d3a656a0e0

View File

@ -4,4 +4,5 @@ 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
eval (python -m virtualfish)