Remove unused run_tags. Use :Rtags instead

This commit is contained in:
Yan Pritzker
2013-08-04 16:50:18 -05:00
parent acd1339187
commit 5c6b241605
2 changed files with 0 additions and 51 deletions

View File

@@ -121,10 +121,6 @@ alias ms='mongrel_rails start'
alias tfdl='tail -f log/development.log'
alias tftl='tail -f log/test.log'
# Vim/ctags "mctags = make ctags", using the ruby specific version
# to save some time
alias mctags=~/.bin/run_tags.rb #'/opt/local/bin/ctags -Rf ./tags *'
alias ka9='killall -9'
alias k9='kill -9'