1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Make thefuck conditional

This commit is contained in:
Daniel Barber 2019-04-22 23:01:08 +01:00
parent b30a44b27f
commit 8262ba8724

View File

@ -48,6 +48,8 @@ fi
# Environment config
[[ -f ~/.zshrc.env ]] && source ~/.zshrc.env
eval "$(thefuck --alias)"
if (( $+commands[thefuck] )); then
eval "$(thefuck --alias)"
fi
export PATH="$HOME/.bin:$PATH"