From: Jer Noble Date: Mon, 5 Nov 2012 22:40:22 +0000 (-0800) Subject: Renamed presumed checkout directory '.dotfiles' X-Git-Url: http://id.pley.net/dotfiles.git/commitdiff_plain/ed8541de7d4f482f7c0bf55bd5a361a15ff48ba5?ds=inline Renamed presumed checkout directory '.dotfiles' --- diff --git a/aliases b/aliases old mode 100755 new mode 100644 diff --git a/bash_login b/bash_login index cc21313..891551c 100644 --- a/bash_login +++ b/bash_login @@ -1,6 +1,6 @@ #!/bin/bash -export INPUTRC=~/etc/inputrc +export INPUTRC=~/.dotfiles/inputrc function short_pwd() { @@ -20,4 +20,4 @@ source ~/etc/aliases export EDITOR=/usr/bin/vim export LSCOLORS=gxfxcxdxbxegedabagacad -source ~/etc/webkit_login +source ~/.dotfiles/webkit_login diff --git a/inputrc b/inputrc deleted file mode 100644 index f641de2..0000000 --- a/inputrc +++ /dev/null @@ -1,4 +0,0 @@ -set completion-ignore-case On - -"\M-\e[D": backward-word -"\M-\e[C": forward-word diff --git a/inputrc b/inputrc new file mode 120000 index 0000000..4c7ff12 --- /dev/null +++ b/inputrc @@ -0,0 +1 @@ +/Volumes/Users/jer/.dotfiles/inputrc \ No newline at end of file diff --git a/webkit_login b/webkit_login index 1692b29..f32ae9e 100644 --- a/webkit_login +++ b/webkit_login @@ -3,6 +3,7 @@ function switchto() { export OLD_WEBKIT_DIR=$WEBKIT_DIR export WEBKIT_DIR=~/Projects/WebKit.$1 + export WEBKIT_OUTPUTDIR=$WEBKIT_DIR/OpenSource/WebKitBuild if [[ "$OLD_WEBKIT_DIR" == "" ]]; then export PATH=$PATH:$WEBKIT_DIR/OpenSource/Tools:$WEBKIT_DIR/OpenSource/Tools/Scripts:$WEBKIT_DIR/Internal/Tools/Scripts else @@ -30,4 +31,3 @@ export PS1='$( if [ $? = 0 ]; then echo \[\e[32m\]:-\)\ ; else echo \[\e[31m\]:- source ~/bin/git-completion.bash switchto git -