This commit is contained in:
Joe Lillibridge 2024-10-30 11:48:59 -05:00
parent 7e536d096b
commit 83da784451
No known key found for this signature in database

2
.zshrc
View File

@ -89,4 +89,4 @@ if [ $TERMINAL_IS_ITERM2 -eq 0 ]; then
fi
eval "$(zoxide init --cmd j zsh)"
eval $(thefuck --alias)
[[ "$(command -v thefuck)" ]] && eval $(thefuck --alias)