Get rid of error if thefuck
is not installed
This commit is contained in:
parent
46acef850d
commit
fa4d1907e0
2
zshrc
2
zshrc
@ -37,7 +37,7 @@ export YSU_MESSAGE_POSITION="after"
|
|||||||
[ -f "$HOME/zsh/aliasrc" ] && source "$HOME/zsh/aliasrc"
|
[ -f "$HOME/zsh/aliasrc" ] && source "$HOME/zsh/aliasrc"
|
||||||
|
|
||||||
# Initialize `thefuck`
|
# Initialize `thefuck`
|
||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias) 2>/dev/null
|
||||||
|
|
||||||
# Load ; should be last.
|
# Load ; should be last.
|
||||||
source $HOME/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
|
source $HOME/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
|
||||||
|
Reference in New Issue
Block a user