thefuck-alias -> thefuck --alias

Per warning message.
This commit is contained in:
kyleheyne 2015-08-31 17:36:41 -04:00
parent ba5fd57c1f
commit 022a060ec7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if [[ -z $commands[thefuck] ]]; then
fi
# Register alias
eval "$(thefuck-alias)"
eval "$(thefuck --alias)"
fuck-command-line() {
local FUCK="$(THEFUCK_REQUIRE_CONFIRMATION=0 thefuck $(fc -ln -1 | tail -n 1) 2> /dev/null)"