--- a/bin/bootstrap.sh Wed Oct 03 09:51:24 2012 -0400
+++ b/bin/bootstrap.sh Thu Oct 04 10:12:00 2012 -0400
@@ -41,8 +41,9 @@
ensure_link "lib/dotfiles/ffignore" ".ffignore"
ensure_link "lib/dotfiles/ctags" ".ctags"
ensure_link "lib/dotfiles/grc" ".grc"
-ensure_link "lib/dotfiles/fish/config.fish" ".config/fish/config.fish"
ensure_link "lib/dotfiles/mutt/notmuch-config" ".notmuch-config"
ensure_link "lib/dotfiles/bash_profile" ".bash_profile"
+ensure_link "lib/dotfiles/inputrc" ".inputrc"
+ensure_link "lib/dotfiles/fish/config.fish" ".config/fish/config.fish"
echo completed
--- a/dotcss/flickr.com.css Wed Oct 03 09:51:24 2012 -0400
+++ b/dotcss/flickr.com.css Thu Oct 04 10:12:00 2012 -0400
@@ -1,6 +1,3 @@
-body {
- background: green !important;
-}
.spaceball {
display: none !important;
}
--- a/fish/config.fish Wed Oct 03 09:51:24 2012 -0400
+++ b/fish/config.fish Thu Oct 04 10:12:00 2012 -0400
@@ -115,7 +115,7 @@
function prepend_to_path -d "Prepend the given dir to PATH if it exists and is not already in it"
if test -d $argv[1]
if not contains $argv[1] $PATH
- set -g PATH "$argv[1]" $PATH
+ set -gx PATH "$argv[1]" $PATH
end
end
end
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputrc Thu Oct 04 10:12:00 2012 -0400
@@ -0,0 +1,2 @@
+\e[O: ''
+\e[I: ''
Binary file moom/com.manytricks.Moom.plist has changed
--- a/vim/vimrc Wed Oct 03 09:51:24 2012 -0400
+++ b/vim/vimrc Thu Oct 04 10:12:00 2012 -0400
@@ -1222,7 +1222,7 @@
unlet w:is_scratch_window
exec "q"
else
- exec "normal! :Sscratch\<cr>\<C-W>J:resize 13\<cr>"
+ exec "normal! :Sscratch\<cr>\<C-W>L"
let w:is_scratch_window = 1
endif
endfunction