Thefuck: replaced static alias with eval "$(thefuck-alias)"
This commit is contained in:
parent
8e8a13398e
commit
54e27406dc
@ -3,8 +3,8 @@ if [[ -z $commands[thefuck] ]]; then
|
|||||||
return -1
|
return -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
|
# Register alias
|
||||||
alias FUCK='fuck'
|
eval "$(thefuck-alias)"
|
||||||
|
|
||||||
fuck-command-line() {
|
fuck-command-line() {
|
||||||
FUCK="$(thefuck $(fc -ln -1 | tail -n 1) 2> /dev/null)"
|
FUCK="$(thefuck $(fc -ln -1 | tail -n 1) 2> /dev/null)"
|
||||||
|
Loading…
Reference in New Issue
Block a user