7 lines
96 B
Bash
7 lines
96 B
Bash
if [[ -z "$LWS_FAST" ]]; then
|
|
if can_run thefuck; then
|
|
eval "$(thefuck --alias)"
|
|
fi
|
|
fi
|
|
|