aliases correction
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user