summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-08-25 17:55:32 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2023-09-18 12:39:47 +0200
commit159003fd48ef797dc9ef9d52fc753bec8d8ff72b (patch)
treeff542e87318854a46c93a73d3d1ce202929a1947 /.bash_profile
parentafb499d81dc22ccc00fbd999862360a3e6f16cdb (diff)
downloaddotfiles-x1.tar.zst
configx1
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index bd355cb..9621209 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -7,5 +7,9 @@ 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