Skip to content

Commit

Permalink
Clean out some troublesome vim plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyonk committed Oct 7, 2013
1 parent 0681e00 commit d9cf65c
Show file tree
Hide file tree
Showing 3,116 changed files with 6 additions and 629,430 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .agignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ ruby/rbenv.symlink
ruby/chruby
ruby/ruby-build
vim/vim.symlink/bundle
.git
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@
[submodule "vim/vim.symlink/bundle/vim-ragtag"]
path = vim/vim.symlink/bundle/vim-ragtag
url = https://github.com/tpope/vim-ragtag.git
[submodule "vim/vim.symlink/bundle/youcompleteme"]
path = vim/vim.symlink/bundle/youcompleteme
url = https://github.com/Valloric/YouCompleteMe.git
[submodule "vim/vim.symlink/bundle/vim-dispatch"]
path = vim/vim.symlink/bundle/vim-dispatch
url = https://github.com/tpope/vim-dispatch.git
Expand Down
4 changes: 2 additions & 2 deletions bash/prompt.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _prompt_git() {
else
local color="$color_red"
fi
printf " [$color$(git branch | awk '/*/ {print $2}')$color_none]"
printf " $color$(git branch | awk '/*/ {print $2}')$color_none"
fi
}

Expand All @@ -39,4 +39,4 @@ _prompt_char() {
printf "$char"
}

PS1='\[\033[G\] $(_prompt_status) $(_prompt_dir)$(_prompt_git) $(_prompt_char) '
PS1='\[\033[G\] $(_prompt_status) $(_prompt_dir)$(_prompt_git)\n $(_prompt_char) '
2 changes: 1 addition & 1 deletion git/gitconfig.symlink.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[alias]
# some of these depend on hub
a = git add
a = add
aa = add --all
b = branch
ba = branch --all
Expand Down
55 changes: 0 additions & 55 deletions vim/vim.symlink/bundle/youcompleteme/.gitignore

This file was deleted.

674 changes: 0 additions & 674 deletions vim/vim.symlink/bundle/youcompleteme/COPYING.txt

This file was deleted.

Loading

0 comments on commit d9cf65c

Please sign in to comment.