4 lines
72 B
Bash
4 lines
72 B
Bash
if is_slow_init && can_run thefuck; then
|
|
eval "$(thefuck --alias)"
|
|
fi
|
if is_slow_init && can_run thefuck; then
|
|
eval "$(thefuck --alias)"
|
|
fi
|