aliases correction

This commit is contained in:
2023-06-17 11:41:52 -04:00
parent f702fad34f
commit 3425e5bd06
+5 -6
View File
@@ -37,7 +37,6 @@ plugins=(
web-search web-search
command-not-found command-not-found
git-prompt git-prompt
git
) )
# Fix ctrl+r # Fix ctrl+r
@@ -47,11 +46,6 @@ zvm_after_init_commands+=('[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh')
# Plugin Options # Plugin Options
ZSH_ALIAS_FINDER_AUTOMATIC=true ZSH_ALIAS_FINDER_AUTOMATIC=true
# Load aliases
if [ -f $HOME/.bash_aliases ]; then
source $HOME/.bash_aliases
fi
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
#eval "$(zoxide init zsh)" #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 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 pfetch