# HG changeset patch # User Steve Losh # Date 1349359920 14400 # Node ID ccfb49aa1acace1867c19c30adb7e3163f3e73b2 # Parent c82fca40999ae6d7d28dce5275170d0b8c8860e2 moar diff -r c82fca40999a -r ccfb49aa1aca bin/bootstrap.sh --- 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 diff -r c82fca40999a -r ccfb49aa1aca dotcss/flickr.com.css --- 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; } diff -r c82fca40999a -r ccfb49aa1aca fish/config.fish --- 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 diff -r c82fca40999a -r ccfb49aa1aca inputrc --- /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: '' diff -r c82fca40999a -r ccfb49aa1aca moom/com.manytricks.Moom.plist Binary file moom/com.manytricks.Moom.plist has changed diff -r c82fca40999a -r ccfb49aa1aca vim/vimrc --- 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\\J:resize 13\" + exec "normal! :Sscratch\\L" let w:is_scratch_window = 1 endif endfunction