Tuning speed script loading

This commit is contained in:
lachtan
2021-06-04 06:23:56 +02:00
parent 8f44a9e72e
commit 0d6522fcd6
4 changed files with 11 additions and 14 deletions

View File

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