summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-01-10 13:29:11 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2024-01-10 13:29:11 +0100
commit0dfdabd3d7c2aaee37900103c37a96317f3ada07 (patch)
treefe27ea564b60cf6e75b7f2dc3dc8bb57d78a3884 /.bash_profile
parent2a610aeff4a33456c03f0c8db1469cdc95ba1e73 (diff)
downloaddotfiles-0dfdabd3d7c2aaee37900103c37a96317f3ada07.tar.zst
config
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile8
1 files changed, 8 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index bd355cb..3ac48f2 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -7,5 +7,13 @@ export LESSHISTFILE=-
export EDITOR=nvim
export VISUAL=$EDITOR
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
+export PASSWORD_STORE_DIR=~/.local/share/pass
+export PASSWORD_STORE_GENERATED_LENGTH=16
+export MAIL=~/.mail
+export XAUTHORITY=$XDG_RUNTIME_DIR/Xauthority
[[ -f ~/.bashrc ]] && . ~/.bashrc
+
+if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
+ exec startx
+fi