diff --git a/lib/helpers.bash b/lib/helpers.bash index e80c8459..e8fc19ba 100644 --- a/lib/helpers.bash +++ b/lib/helpers.bash @@ -270,6 +270,8 @@ _bash-it-reload() { source ~/.bashrc ;; esac + + cd - &> /dev/null || return } _bash-it-describe ()