fix src for omz updates

This commit is contained in:
psox 2021-11-01 10:42:23 +00:00
parent 6f8d3e06ef
commit 29a95ec965
1 changed files with 8 additions and 6 deletions

4
zshrc
View File

@ -71,7 +71,6 @@ ZSH_CUSTOM=$(dirname $ZSH)/zsh-custom
plugins=(
$pre_plugins
zsh_reload
gnu-utils
common-aliases
colored-man-pages
@ -237,6 +236,9 @@ then
source <(starship init zsh --print-full-init)
fi
# alias reload
alias src='omz reload'
# Remove unwanted aliases
( where fd | grep -qE '\/s?bin\/fd' ) && alias fd &>/dev/null && unalias fd