Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be114244ce | |||
| a348a237c5 |
@@ -32,6 +32,11 @@ setopt HIST_VERIFY
|
|||||||
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