summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2020-10-02 10:49:34 +0400
committerAndrew Guschin <saintruler@gmail.com>2020-10-02 10:49:34 +0400
commit3e5525c2918e5c2e08ee880e2a74415d18376060 (patch)
tree810b4da1bbbee9bac622269797207507945a2a73 /.profile
parent70825f19ff5c8bd78780265ece1fc2c00a026f84 (diff)
Removed bash config from .profile
Diffstat (limited to '.profile')
-rw-r--r--.profile8
1 files changed, 0 insertions, 8 deletions
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"