(bash) add .local bin path before any usage of the commands

This commit is contained in:
jc 2024-08-13 19:28:41 -04:00
commit f6a1353bdf

View file

@ -52,6 +52,8 @@ if [ -x /usr/bin/dircolors ]; then
alias grep='grep --color=auto'
fi
export PATH=$PATH:/home/jc/.local/bin
# -------------- Aliases
alias gs="git status"
@ -332,5 +334,3 @@ export BAT_THEME="ansi"
# walk editor
export EDITOR=vim
export PATH=$PATH:/home/jc/.local/bin