X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=0897f252d8e02faa2b78fcca2f3a6dd9cc9c33ab;hb=50b7018946e9fb8818fc98ca65ce5664d3e28e03;hp=b0d2afe47dff8499c398e33dec46aad25bc3cc78;hpb=6f74ff691b4c4773c4d45c28341eb24a8856e1cd;p=dotfiles.git diff --git a/.shellrc b/.shellrc index b0d2afe..0897f25 100644 --- a/.shellrc +++ b/.shellrc @@ -9,11 +9,11 @@ # If not running interactively, don't do anything case $- in *i*) ;; - *) return;; + *) return ;; esac # Stop if non-interactive shell -# [ -z "$PS1" ] && return +[ -z "$PS1" ] && return if test -n "$BASH_VERSION"; then # append to the history file, don't overwrite it