From a09e9f58885c39428637bc2df6279780ba578cb2 Mon Sep 17 00:00:00 2001 From: Jer Noble Date: Mon, 29 Oct 2012 09:11:53 -0700 Subject: [PATCH] New assumed checkout location is ~/etc/. --- bash_login | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bash_login b/bash_login index 96b42af..cc21313 100644 --- a/bash_login +++ b/bash_login @@ -1,5 +1,7 @@ #!/bin/bash +export INPUTRC=~/etc/inputrc + function short_pwd() { local PWD=${PWD/#$HOME/\~}; @@ -13,9 +15,9 @@ export PS1='$( if [ $? = 0 ]; then echo \[\e[32m\]:-\)\ ; else echo \[\e[31m\]:- export PATH=~/bin:$PATH export MANPATH=~/man:$MANPATH -source ~/.aliases +source ~/etc/aliases export EDITOR=/usr/bin/vim export LSCOLORS=gxfxcxdxbxegedabagacad -source ~/.webkit_login +source ~/etc/webkit_login -- 2.40.1