Fix thefuck init script
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if [[ -z "$LWS_FAST" ]]; then
|
||||
if type thefuck > /dev/null; then
|
||||
if can_run thefuck; then
|
||||
eval "$(thefuck --alias)"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user