Files
linux-workspace/rc/thefuck.sh
2021-06-04 06:23:56 +02:00

7 lines
105 B
Bash

if [[ -z "$LWS_FAST" ]]; then
if type thefuck > /dev/null; then
eval "$(thefuck --alias)"
fi
fi