diff options
author | Jacob Atzen <jacob@incremental.dk> | 2011-05-19 16:33:29 +0200 |
---|---|---|
committer | Jacob Atzen <jacob@incremental.dk> | 2011-05-19 16:33:29 +0200 |
commit | bde77af40d28ed7a308a843d8bcad556d8115f84 (patch) | |
tree | 43d9ab0c2e2b54cea166f683ad0b909bdde1734c /plugins/textmate | |
parent | 31ef6199675be846e473c20681da339b6ea864cd (diff) | |
download | zsh-bde77af40d28ed7a308a843d8bcad556d8115f84.tar.gz zsh-bde77af40d28ed7a308a843d8bcad556d8115f84.tar.bz2 zsh-bde77af40d28ed7a308a843d8bcad556d8115f84.zip |
TextMate automatically forks into the background
Diffstat (limited to 'plugins/textmate')
-rw-r--r-- | plugins/textmate/textmate.plugin.zsh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/textmate/textmate.plugin.zsh b/plugins/textmate/textmate.plugin.zsh index 7b73e2751..7c4c14a5f 100644 --- a/plugins/textmate/textmate.plugin.zsh +++ b/plugins/textmate/textmate.plugin.zsh @@ -1,9 +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 &' +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 alias mr='mate CHANGELOG app config db lib public script spec test' |