From f7e5f83f2ad6f0bfaff75ce16d67088f1797e242 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 17 Aug 2016 17:42:55 +1200 Subject: Move -i test in Bash to end of ~/.bash_profile --- bash/bashrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bash/bashrc') 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 -- cgit v1.2.3