Commit 022a060e authored by kyleheyne's avatar kyleheyne
Browse files

thefuck-alias -> thefuck --alias

Per warning message.
parent ba5fd57c
......@@ -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)"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment