gemfile, yeah

This commit is contained in:
John Bintz 2011-07-19 09:36:44 -04:00
parent b36a049c76
commit 9c01996306
3 changed files with 7 additions and 2 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
*.gem
*.gem
Gemfile.lock

4
Gemfile Normal file
View File

@ -0,0 +1,4 @@
source :rubygems
gemspec

View File

@ -241,7 +241,7 @@ class ItermWindow
# Sets the title of the tab (ie the text on the iTerm tab itself)
def tab_color(color)
if @currently_executing_block
output "write text 'cat #{file = create_tab_color_file(color)} && rm #{file}'"
output "write text 'cat #{file = create_tab_color_file(color)} && rm -f #{file}'"
else
execute_block { tab_color(color) }
end