Browse Source

Merge pull request #4302 from kyleheyne/patch-1

thefuck-alias -> thefuck --alias
Robby Russell 9 years ago
parent
commit
01b378357b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/thefuck/thefuck.plugin.zsh

+ 1 - 1
plugins/thefuck/thefuck.plugin.zsh

@@ -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)"