1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Thefuck: replaced static alias with eval "$(thefuck-alias)"

This commit is contained in:
Roland Chernov
2015-07-23 20:10:31 +09:00
parent 8e8a13398e
commit 54e27406dc

View File

@@ -3,8 +3,8 @@ if [[ -z $commands[thefuck] ]]; then
return -1
fi
alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
alias FUCK='fuck'
# Register alias
eval "$(thefuck-alias)"
fuck-command-line() {
FUCK="$(thefuck $(fc -ln -1 | tail -n 1) 2> /dev/null)"