aboutsummaryrefslogtreecommitdiff
path: root/bashrc.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-07 14:12:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-07 14:12:50 -0300
commitecc5f7524bb46cd9adad37920fa264c50ddd5e27 (patch)
treed7ba911d2c3af8118781f0a2ae23b7cd1771594d /bashrc.dot.link
parent92ead31810b4b5a343573cf3f3ac07e1f8fb94e4 (diff)
downloadprofile-ecc5f7524bb46cd9adad37920fa264c50ddd5e27.tar.gz
profile-ecc5f7524bb46cd9adad37920fa264c50ddd5e27.tar.bz2
TODO: Make sure to finish all background processes started on xsessionrc
Diffstat (limited to 'bashrc.dot.link')
-rw-r--r--bashrc.dot.link6
1 files changed, 6 insertions, 0 deletions
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