mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
thefuck-alias -> thefuck --alias
Per warning message.
This commit is contained in:
parent
ba5fd57c1f
commit
022a060ec7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ if [[ -z $commands[thefuck] ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Register alias
|
# Register alias
|
||||||
eval "$(thefuck-alias)"
|
eval "$(thefuck --alias)"
|
||||||
|
|
||||||
fuck-command-line() {
|
fuck-command-line() {
|
||||||
local FUCK="$(THEFUCK_REQUIRE_CONFIRMATION=0 thefuck $(fc -ln -1 | tail -n 1) 2> /dev/null)"
|
local FUCK="$(THEFUCK_REQUIRE_CONFIRMATION=0 thefuck $(fc -ln -1 | tail -n 1) 2> /dev/null)"
|
||||||
|
|
Loading…
Reference in a new issue