From 3e5525c2918e5c2e08ee880e2a74415d18376060 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Fri, 2 Oct 2020 10:49:34 +0400 Subject: Removed bash config from .profile --- .profile | 8 -------- 1 file changed, 8 deletions(-) (limited to '.profile') diff --git a/.profile b/.profile index 2860b35..cfabdf6 100644 --- a/.profile +++ b/.profile @@ -8,14 +8,6 @@ # for ssh logins, install and configure the libpam-umask package. #umask 022 -# if running bash -if [ -n "$BASH_VERSION" ]; then - # include .bashrc if it exists - if [ -f "$HOME/.bashrc" ]; then - . "$HOME/.bashrc" - fi -fi - # set PATH so it includes user's private bin if it exists if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" -- cgit v1.2.3