Better fix for TZ bug
This commit is contained in:
parent
6d04c4d426
commit
7142f1b01c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
stateVersion = "22.05";
|
stateVersion = "22.05";
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "micro";
|
EDITOR = "micro";
|
||||||
TZ = "America/Bahia";
|
TZ = ":/etc/localtime";
|
||||||
};
|
};
|
||||||
file = {
|
file = {
|
||||||
".config/starship.toml".source =
|
".config/starship.toml".source =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue