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