From ecc5f7524bb46cd9adad37920fa264c50ddd5e27 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 7 Mar 2016 14:12:50 -0300 Subject: TODO: Make sure to finish all background processes started on xsessionrc --- bashrc.dot.link | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bashrc.dot.link') diff --git a/bashrc.dot.link b/bashrc.dot.link index ab85f71..6a0b7f9 100644 --- a/bashrc.dot.link +++ b/bashrc.dot.link @@ -2,5 +2,11 @@ # Bash initialization # +# If not running interactively, don't do anything +case $- in + *i*) ;; + *) return;; +esac + # Load the profile . $HOME/.profile -- cgit v1.2.3