Fix thefuck loading

This commit is contained in:
Jonny Barnes 2022-03-20 17:04:03 +00:00
parent c8a38abaf9
commit f9b4796c2d

View file

@ -119,8 +119,8 @@ test -e $HOME/.extra && source $HOME/.extra
eval $(/usr/libexec/path_helper) eval $(/usr/libexec/path_helper)
# Init the fuck # Init the fuck
if type thefuck &> /dev/null; then if type thefuck > /dev/null; then
eval $(thefuck --alias) eval "$(thefuck --alias)"
fi fi
# https://github.com/wfxr/forgit # https://github.com/wfxr/forgit