mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(console): tz
This commit is contained in:
parent
b5a3ed89e3
commit
7f69c7851e
2 changed files with 9 additions and 0 deletions
4
.profile
4
.profile
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue