Set TZ in .profile
This commit is contained in:
parent
66281f7f75
commit
51e6bb7950
1 changed files with 6 additions and 0 deletions
6
.profile
6
.profile
|
@ -1,5 +1,11 @@
|
|||
export LANG=en_US.UTF-8
|
||||
|
||||
# Set user-based time zone
|
||||
export TZ=America/Los_Angeles
|
||||
|
||||
# Disable GTK4 trying to talk to an XDG Desktop Portal I don't use
|
||||
export ADW_DISABLE_PORTAL=1
|
||||
|
||||
# Start keychain only on my personal system
|
||||
if [ -z "$SSH_CLIENT" ] && [ -z "$SSH_TTY" ]; then
|
||||
eval `keychain --eval id_ed25519`
|
||||
|
|
Loading…
Add table
Reference in a new issue