diff options
author | Robby Russell <robby@planetargon.com> | 2011-05-29 03:54:05 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-05-29 03:54:05 -0700 |
commit | 40a737ee1362d7d745313c4aa8ea29e28ff52978 (patch) | |
tree | c20a403fbfaa01c7c559605f585908b6aac7d39c /plugins/textmate | |
parent | b0c9bc88ef630e056bd670ad185514cf435c2085 (diff) | |
parent | 6b86636413c3b9b98d723ea77058db6c283325e4 (diff) | |
download | zsh-40a737ee1362d7d745313c4aa8ea29e28ff52978.tar.gz zsh-40a737ee1362d7d745313c4aa8ea29e28ff52978.tar.bz2 zsh-40a737ee1362d7d745313c4aa8ea29e28ff52978.zip |
Merge pull request #366 from betawaffle/master
Add/update plugins: brew, rvm, node, npm, pow, and thor.
Diffstat (limited to 'plugins/textmate')
-rw-r--r-- | plugins/textmate/textmate.plugin.zsh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/textmate/textmate.plugin.zsh b/plugins/textmate/textmate.plugin.zsh index 7c4c14a5f..aa2f75f4f 100644 --- a/plugins/textmate/textmate.plugin.zsh +++ b/plugins/textmate/textmate.plugin.zsh @@ -1,11 +1,9 @@ - -# TextMate alias et='mate .' alias ett='mate app config lib db public spec test Rakefile Capfile Todo' alias etp='mate app config lib db public spec test vendor/plugins vendor/gems Rakefile Capfile Todo' alias etts='mate app config lib db public script spec test vendor/plugins vendor/gems Rakefile Capfile Todo' -# Editor Ruby file in TextMate +# Edit Ruby app in TextMate alias mr='mate CHANGELOG app config db lib public script spec test' function tm() { |