diff --git a/shell/shellIntegration.bash b/shell/shellIntegration.bash index c0a5d7d..8c642fc 100644 --- a/shell/shellIntegration.bash +++ b/shell/shellIntegration.bash @@ -1,16 +1,6 @@ if [ -r ~/.bashrc ]; then . ~/.bashrc fi -if [ -r /etc/profile ]; then - . /etc/profile -fi -if [ -r ~/.bash_profile ]; then - . ~/.bash_profile -elif [ -r ~/.bash_login ]; then - . ~/.bash_login -elif [ -r ~/.profile ]; then - . ~/.profile -fi if [ -r ~/.inshellisense/bash-preexec.sh ]; then . ~/.inshellisense/bash-preexec.sh