Skip to content

Commit

Permalink
[sh] Fix New York’s timezone
Browse files Browse the repository at this point in the history
It’s America/New_York not US/Estern.  I think this is related to changes
in tzdata package.
  • Loading branch information
mina86 committed Feb 26, 2025
1 parent 83997ce commit 8b13118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ PROMPT_COMMAND='PS1=${__PS1//"{{}}"/"$(eval "$PS1_COMMANDS")"}'
## not exactly the same way.
##
__COMMAND_RPROMPT_CACHE_KEY=
__COMMAND_RPROMPT_TIMEZONES='NYC:US/Eastern LON:Europe/London ZRH:Europe/Zurich TOK:Asia/Tokyo'
__COMMAND_RPROMPT_TIMEZONES='NYC:America/New_York LON:Europe/London ZRH:Europe/Zurich TOK:Asia/Tokyo'
__command_rprompt() {
local n current
n=$((COLUMNS - 4))
Expand Down

0 comments on commit 8b13118

Please sign in to comment.