added path for local bin
This commit is contained in:
@@ -23,6 +23,11 @@ setopt histignorealldups sharehistory
|
|||||||
alias ..='cd ..'
|
alias ..='cd ..'
|
||||||
alias update_zsh='git -C ~/.zsh_conf pull'
|
alias update_zsh='git -C ~/.zsh_conf pull'
|
||||||
|
|
||||||
|
#Path
|
||||||
|
if [ -d "$HOME/.local/bin" ] ; then
|
||||||
|
PATH="$HOME/.local/bin:$PATH"
|
||||||
|
fi
|
||||||
|
|
||||||
# Use emacs keybindings even if our EDITOR is set to vi
|
# Use emacs keybindings even if our EDITOR is set to vi
|
||||||
bindkey -e
|
bindkey -e
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user