Add ~/.local/bin to path

This commit is contained in:
2021-05-25 23:20:21 -07:00
parent 544dc84c26
commit 6229950b10

View File

@@ -8,6 +8,7 @@ set -g -x ALTERNATE_EDITOR "vim"
# Setup PATH # Setup PATH
ensure_path ~/.dotfiles/bin ensure_path ~/.dotfiles/bin
ensure_path ~/.local/bin
ensure_path ~/bin ensure_path ~/bin
ensure_path ~/.emacs.d/bin ensure_path ~/.emacs.d/bin