Fix thefuck loading
This commit is contained in:
parent
c8a38abaf9
commit
f9b4796c2d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue