aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/bash/bashrc b/bash/bashrc
index b551819d..56ab7fda 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -8,11 +8,6 @@ elif ((BASH_VERSINFO[0] == 2)) &&
return
fi
-# Don't do anything if not running interactively
-if [[ $- != *i* ]] ; then
- return
-fi
-
# Don't do anything if running a restricted shell
if shopt -q restricted_shell ; then
return