Browse Source

TextMate automatically forks into the background

Jacob Atzen 14 years ago
parent
commit
bde77af40d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      plugins/textmate/textmate.plugin.zsh

+ 4 - 4
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'