(bash) add .local bin path before any usage of the commands
This commit is contained in:
parent
4c6f0fb476
commit
f6a1353bdf
1 changed files with 2 additions and 2 deletions
|
|
@ -52,6 +52,8 @@ if [ -x /usr/bin/dircolors ]; then
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export PATH=$PATH:/home/jc/.local/bin
|
||||||
|
|
||||||
# -------------- Aliases
|
# -------------- Aliases
|
||||||
alias gs="git status"
|
alias gs="git status"
|
||||||
|
|
||||||
|
|
@ -332,5 +334,3 @@ export BAT_THEME="ansi"
|
||||||
|
|
||||||
# walk editor
|
# walk editor
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|
||||||
export PATH=$PATH:/home/jc/.local/bin
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue