Commit 01b37835 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #4302 from kyleheyne/patch-1

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