From 0dfdabd3d7c2aaee37900103c37a96317f3ada07 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Wed, 10 Jan 2024 13:29:11 +0100 Subject: config --- .bash_profile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.bash_profile') 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 -- cgit v1.2.3-54-g00ecf