Fix thefuck init script

This commit is contained in:
lachtan obecny
2023-02-09 16:22:47 +01:00
parent 77ec65376b
commit 7133130eb5

View File

@@ -1,5 +1,5 @@
if [[ -z "$LWS_FAST" ]]; then if [[ -z "$LWS_FAST" ]]; then
if type thefuck > /dev/null; then if can_run thefuck; then
eval "$(thefuck --alias)" eval "$(thefuck --alias)"
fi fi
fi fi