Thefuck: fixed compability with latest version

master
Roland Chernov 11 years ago
parent 54e27406dc
commit f534b4b321
  1. 2
      plugins/thefuck/thefuck.plugin.zsh

@ -7,7 +7,7 @@ fi
eval "$(thefuck-alias)"
fuck-command-line() {
FUCK="$(thefuck $(fc -ln -1 | tail -n 1) 2> /dev/null)"
FUCK="$(THEFUCK_REQUIRE_CONFIRMATION=0 thefuck $(fc -ln -1 | tail -n 1) 2> /dev/null)"
[[ -z $FUCK ]] && echo -n -e "\a" && return
BUFFER=$FUCK
zle end-of-line

Loading…
Cancel
Save