diff --git a/Cache-aliases-Startup.md b/Cache-aliases-Startup.md index 52a862e..1540899 100644 --- a/Cache-aliases-Startup.md +++ b/Cache-aliases-Startup.md @@ -31,7 +31,7 @@ experimentallyinstantlylockkludginglyverylongname () { printf %s " $$ " >>"$THEFUCK_EXPERIMENTAL_LOCK_KLUDGE" [[ ! -f "$thefuck_experimental_cache" ]] \ && thefuck --enable-experimental-instant-mode --alias noop >"$thefuck_experimental_cache" \ - && source "$thefuck_experimental_cache" + source "$thefuck_experimental_cache" } [[ ! -e "$THEFUCK_EXPERIMENTAL_LOCK_KLUDGE" ]] \