From 3425e5bd063b7ea95cd0e4efeb334a5eb3ad52db Mon Sep 17 00:00:00 2001 From: Charles D Date: Sat, 17 Jun 2023 11:41:52 -0400 Subject: [PATCH] aliases correction --- .zshrc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.zshrc b/.zshrc index 9d94c97..deab96f 100644 --- a/.zshrc +++ b/.zshrc @@ -37,7 +37,6 @@ plugins=( web-search command-not-found git-prompt - git ) # Fix ctrl+r @@ -47,11 +46,6 @@ zvm_after_init_commands+=('[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh') # Plugin Options ZSH_ALIAS_FINDER_AUTOMATIC=true -# Load aliases -if [ -f $HOME/.bash_aliases ]; then - source $HOME/.bash_aliases -fi - source $ZSH/oh-my-zsh.sh #eval "$(zoxide init zsh)" @@ -63,4 +57,9 @@ function zvm_after_init() { add-zle-hook-widget zle-line-pre-redraw zvm_zle-line-pre-redraw } +# Load aliases +if [ -f $HOME/.aliases ]; then + source $HOME/.aliases +fi + pfetch