From 50b7018946e9fb8818fc98ca65ce5664d3e28e03 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 16 Sep 2016 23:48:22 +0300 Subject: [PATCH] .shellrc: uncomment a test --- .shellrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2