From: Oleg Broytman Date: Fri, 16 Sep 2016 20:48:22 +0000 (+0300) Subject: .shellrc: uncomment a test X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=50b7018946e9fb8818fc98ca65ce5664d3e28e03;hp=6f74ff691b4c4773c4d45c28341eb24a8856e1cd;p=dotfiles.git .shellrc: uncomment a test --- 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