diff options
author | awy <awy@awy.one> | 2024-11-25 00:10:54 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-25 00:10:54 +0300 |
commit | db37945c8f3ebde5512fd5bb8bf56daf510b9047 (patch) | |
tree | 08a49c5a8d28f69ab1e152c5c7a79051c5f1fc7c /.config/shell | |
parent | 75b75bfacfe6275fb328794beb260f9ff5b3e6d1 (diff) |
move pass from home
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 471371a..19a90b5 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -11,5 +11,6 @@ export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" export XDG_DOWNLOAD_DIR="$HOME/downloads" export GIT_CONFIG="$XDG_CONFIG_HOME/git/config" +export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass [ "$(tty)" = "/dev/tty1" ] && ! pidof -s dwl >/dev/null 2>&1 && exec "$XDG_CONFIG_HOME/dwl/start" |