7 lines
105 B
Bash
7 lines
105 B
Bash
if [[ -z "$LWS_FAST" ]]; then
|
|
if type thefuck > /dev/null; then
|
|
eval "$(thefuck --alias)"
|
|
fi
|
|
fi
|
|
|