diff options
author | Robby Russell <robby@planetargon.com> | 2015-08-31 21:27:47 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-08-31 21:27:47 -0700 |
commit | 01b378357b57c6ca0447daa8818e18facc5d8739 (patch) | |
tree | 96da8c9c9440abba74cc9848764c3213a8b5364a | |
parent | ba5fd57c1ff4a8523715bab6acc35dbbeff88af7 (diff) | |
parent | 022a060ec754f3ed54cb62acc3370310bfe71a50 (diff) | |
download | zsh-01b378357b57c6ca0447daa8818e18facc5d8739.tar.gz zsh-01b378357b57c6ca0447daa8818e18facc5d8739.tar.bz2 zsh-01b378357b57c6ca0447daa8818e18facc5d8739.zip |
Merge pull request #4302 from kyleheyne/patch-1
thefuck-alias -> thefuck --alias
-rw-r--r-- | plugins/thefuck/thefuck.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/thefuck/thefuck.plugin.zsh b/plugins/thefuck/thefuck.plugin.zsh index 8b1746e85..765e2b9a5 100644 --- a/plugins/thefuck/thefuck.plugin.zsh +++ b/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)" |