From: Jer Noble Date: Mon, 29 Oct 2012 16:11:53 +0000 (-0700) Subject: New assumed checkout location is ~/etc/. X-Git-Url: http://id.pley.net/dotfiles.git/commitdiff_plain/a09e9f58885c39428637bc2df6279780ba578cb2?ds=inline New assumed checkout location is ~/etc/. --- 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