diff options
Diffstat (limited to '.bash/exec.bash')
-rw-r--r-- | .bash/exec.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash/exec.bash b/.bash/exec.bash index a59df2a..713e1ab 100644 --- a/.bash/exec.bash +++ b/.bash/exec.bash @@ -20,4 +20,4 @@ fi # because on some hosts the login path is fucked, unset in .local # if it causes irritation: -cd ~ || cd || exit 151 +cd ~ || cd || return 151 |