mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
feat(console): remove TZ
This commit is contained in:
parent
182d01ace4
commit
749c354ef3
2 changed files with 2 additions and 2 deletions
2
.profile
2
.profile
|
|
@ -19,7 +19,7 @@ fi
|
||||||
# Environment:4 ends here
|
# Environment:4 ends here
|
||||||
|
|
||||||
# [[file:Console.org::*Environment][Environment:5]]
|
# [[file:Console.org::*Environment][Environment:5]]
|
||||||
TZ='Asia/Karachi'; export TZ
|
# TZ='Asia/Karachi'; export TZ
|
||||||
# Environment:5 ends here
|
# Environment:5 ends here
|
||||||
|
|
||||||
# [[file:Console.org::*My paths][My paths:1]]
|
# [[file:Console.org::*My paths][My paths:1]]
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ fi
|
||||||
|
|
||||||
Timezone
|
Timezone
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
TZ='Asia/Karachi'; export TZ
|
# TZ='Asia/Karachi'; export TZ
|
||||||
#+end_src
|
#+end_src
|
||||||
** My paths
|
** My paths
|
||||||
My script folders
|
My script folders
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue