[all] Clean up some shit

This commit is contained in:
2022-05-03 16:58:21 -04:00
parent 90715601e9
commit 25fb0c69c1
8 changed files with 21 additions and 11 deletions

View File

@ -3,6 +3,7 @@ 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 ~/.poetry/bin $PATH
set -gx PATH ~/.screenlayout $PATH
set -gx PATH ~/.emacs.d/bin $PATH
set -gx GIT_CU_DIR ~/src