summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-04-14 20:15:15 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-04-14 20:15:15 -0400
commit71d6c6353ea110f549513eba3b37707db5d8b013 (patch)
treee83492c836efa6197d6215f3b1ada4034eb9551f /.bashrc
parent7012f13bc2cf2af18f0ea251136fa5a6c3420444 (diff)
Fiddle with .profile, add a v-www-browser script, configure browse-url in .emacs
Move login-stuff from `.bashrc' to `.profile', which loads `.bashrc' if it is a bash shell (hopefully). Add `.Xsession', wich includes `.profile'. `bin/v-www-browser' (technically not a dotfile), is a script that loads either www-browser or x-www-browser, depending on if we're using X11 or not (really, whether $DISPLAY is set). `.emacs' was edited to have browse-url run v-www-browser instead of www-browser.
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).