]> id.pley.net Git - dotfiles.git/commitdiff
New assumed checkout location is ~/etc/.
authorJer Noble <jer.noble@apple.com>
Mon, 29 Oct 2012 16:11:53 +0000 (09:11 -0700)
committerJer Noble <jer.noble@apple.com>
Mon, 29 Oct 2012 16:15:44 +0000 (09:15 -0700)
bash_login

index 96b42af66b5328d2ddb6c788a586500d810e9e62..cc21313f494455bb6343dadb0521d903b35c972b 100644 (file)
@@ -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