]> id.pley.net Git - dotfiles.git/commitdiff
Renamed presumed checkout directory '.dotfiles'
authorJer Noble <jer.noble@apple.com>
Mon, 5 Nov 2012 22:40:22 +0000 (14:40 -0800)
committerJer Noble <jer.noble@apple.com>
Mon, 5 Nov 2012 22:40:22 +0000 (14:40 -0800)
aliases [changed mode: 0755->0644]
bash_login
inputrc [changed from file to symlink]
webkit_login

diff --git a/aliases b/aliases
old mode 100755 (executable)
new mode 100644 (file)
index cc21313f494455bb6343dadb0521d903b35c972b..891551c1865d1160d4d14a18597a29b18eddb361 100644 (file)
@@ -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 (file)
index f641de284edc269132fc34c77e26babbe8ed3db9..0000000000000000000000000000000000000000
--- 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 (symlink)
index 0000000000000000000000000000000000000000..4c7ff12069b119690a85290bc0126635ac3c7aa6
--- /dev/null
+++ b/inputrc
@@ -0,0 +1 @@
+/Volumes/Users/jer/.dotfiles/inputrc
\ No newline at end of file
index 1692b29e5d862f42770c217906b404d743e35ff5..f32ae9e7469acc4028c75b027ac8019fdd25b584 100644 (file)
@@ -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
-