summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
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