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:
parent
b30a44b27f
commit
8262ba8724
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user