mirror of https://github.com/tildeclub/welcome.git
Update welcome.rb
This commit is contained in:
parent
d2478bee36
commit
eabb3c33c9
|
@ -118,7 +118,7 @@ puts
|
|||
tz = %x{tzselect}.chomp
|
||||
puts
|
||||
puts " you selected #{tz}, adding this to your profile now"
|
||||
if File.basename(user_shell) == "zsh"
|
||||
if File.basename(shell) == "zsh"
|
||||
open("#{Dir.home}/.zshrc", "a") { |f| f.puts "export TZ='#{tz}'" }
|
||||
puts " Timezone set in your .zshrc file for ZSH."
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue