mirror of
https://github.com/tildeclub/welcome.git
synced 2026-09-22 17:37:11 +00:00
Update welcome.rb
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user