gemfile, yeah
This commit is contained in:
parent
b36a049c76
commit
9c01996306
|
@ -1 +1,2 @@
|
||||||
*.gem
|
*.gem
|
||||||
|
Gemfile.lock
|
||||||
|
|
|
@ -241,7 +241,7 @@ class ItermWindow
|
||||||
# Sets the title of the tab (ie the text on the iTerm tab itself)
|
# Sets the title of the tab (ie the text on the iTerm tab itself)
|
||||||
def tab_color(color)
|
def tab_color(color)
|
||||||
if @currently_executing_block
|
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
|
else
|
||||||
execute_block { tab_color(color) }
|
execute_block { tab_color(color) }
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue