Adding 'yadr' command for managing plugins (wip)

This commit is contained in:
yan
2011-12-07 20:34:25 -08:00
parent 0741bb0a71
commit acb81bb874
36 changed files with 3874 additions and 15 deletions

View File

@@ -1,5 +1,9 @@
# Aliases in this file are bash and zsh compatible
#
# YADR support
alias yav='yadr vim-add-plugin'
alias yuv='yadr vim-update-plugins'
# PS
alias psg="ps aux | grep "
alias psr='ps aux | grep ruby'
@@ -106,3 +110,4 @@ alias sgi='sudo gem install --no-ri --no-rdoc'
# This uses NValt (NotationalVelocity alt fork) - http://brettterpstra.com/project/nvalt/
# to find the note called 'todo'
alias todo='open nvalt://find/todo'