Check for thefuck availability before init
This commit is contained in:
parent
ff9659d137
commit
d62bc24438
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -62,4 +62,4 @@ if exists stack; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exists todo && todo
|
exists todo && todo
|
||||||
eval $(thefuck --alias)
|
exists thefuck && eval $(thefuck --alias)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue