[zsh] Source .zaliases after oh-my-zsh to enable overwriting of aliases
This commit is contained in:
parent
232cc64fb2
commit
1a4a0bbe18
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,6 @@ fi
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && exit
|
[[ $- != *i* ]] && exit
|
||||||
|
|
||||||
source $ZDOTDIR/.zaliases
|
|
||||||
|
|
||||||
# Disable bell
|
# Disable bell
|
||||||
unsetopt autocd beep
|
unsetopt autocd beep
|
||||||
|
|
||||||
|
@ -120,3 +118,5 @@ fi
|
||||||
eval "$(zoxide init --cmd cd zsh)"
|
eval "$(zoxide init --cmd cd zsh)"
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
source $ZDOTDIR/.zaliases
|
||||||
|
|
Loading…
Reference in a new issue