feat(console): tz

This commit is contained in:
Pavel Korytov 2022-08-15 19:00:37 +05:00
parent b5a3ed89e3
commit 7f69c7851e
2 changed files with 9 additions and 0 deletions

View file

@ -18,6 +18,10 @@ if command -v termux-setup-storage > /dev/null; then
fi
# Environment:4 ends here
# [[file:Console.org::*Environment][Environment:5]]
TZ='Asia/Karachi'; export TZ
# Environment:5 ends here
# [[file:Console.org::*My paths][My paths:1]]
if [ -d "$HOME/bin" ] ; then
export PATH="$HOME/bin:$PATH"

View file

@ -35,6 +35,11 @@ if command -v termux-setup-storage > /dev/null; then
[[ -f ~/.android_profile ]] && . ~/.android_profile
fi
#+end_src
Timezone
#+begin_src sh
TZ='Asia/Karachi'; export TZ
#+end_src
** My paths
My script folders
#+begin_src sh