summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc7
1 files changed, 3 insertions, 4 deletions
diff --git a/.bashrc b/.bashrc
index 5a47a68..133ff9f 100644
--- a/.bashrc
+++ b/.bashrc
@@ -2,6 +2,9 @@
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
+# I include this file for all interactive invocations of bash(1), whether
+# they are login shells or not.
+
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
@@ -79,10 +82,6 @@ if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
-if [ -d ~/bin ]; then
- export PATH=$HOME/bin:$PATH
-fi
-
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).