fish: conf.d/setup: Set environment variables for password store

This commit is contained in:
Sanchayan Maity 2022-12-15 11:25:17 +05:30
parent b7838e980d
commit 33151066a1
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@ function __fish_setup_on_tty_login --description "Set up environment on tty logi
set -gx GOPATH {$HOME}/.go
end
# Password Store
set -gx PASSWORD_STORE_ENABLE_EXTENSIONS true
set -gx PASSWORD_STORE_GENERATED_LENGTH 16
set -gx PASSWORD_STORE_CLIP_TIME 20
# Required for all environment variables to be set correctly, especially
# in tmux session service.
dbus-update-activation-environment --systemd --all