Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mattly/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mattly committed Mar 27, 2012
2 parents 6e6776c + 6e93385 commit f50ecff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions install.rb
Expand Up @@ -8,8 +8,6 @@
`git submodule init`
`git submodule update`

`cd vim/bundle/command-t.git && rake make`

Dir['*'].each do |file|
next if file =~ /install.rb/
target = File.join(home, ".#{file}")
Expand Down
4 changes: 2 additions & 2 deletions vimrc
Expand Up @@ -67,7 +67,7 @@
endif
endif

let colors='solarized'
let colors='molokai'
if g:colors == 'molokai'
let g:molokai_original=1
colorscheme molokai
Expand Down Expand Up @@ -249,7 +249,7 @@

" Spelling
" =============================================================================
set spell spelllang=en_us " When you need it, you need it.
set spelllang=en_us " When you need it, you need it.
" toggle spelling
nnoremap <Leader>ss :setlocal spell!<CR>
" n: next, p: previous, a: add, ?: suggest
Expand Down
1 change: 0 additions & 1 deletion zsh/50_aliases.zsh
Expand Up @@ -21,7 +21,6 @@ alias bzip='bzip2 -kz'
alias bunzip='bzip2 -kd'

# git
alias git=hub
alias tig='tig --all'

# ruby
Expand Down

0 comments on commit f50ecff

Please sign in to comment.