Check for thefuck availability before init

This commit is contained in:
crater2150 2020-02-13 15:17:21 +01:00
parent ff9659d137
commit d62bc24438

2
zshrc
View file

@ -62,4 +62,4 @@ if exists stack; then
fi
exists todo && todo
eval $(thefuck --alias)
exists thefuck && eval $(thefuck --alias)