From 19fbce7dd1eefe3a191a11274ad45b82cea91238 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 1 Apr 2024 16:37:56 -0400 Subject: [PATCH] Adds pass word store generated length --- zsh/config/.zshenv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/config/.zshenv b/zsh/config/.zshenv index cc98805..f82872d 100755 --- a/zsh/config/.zshenv +++ b/zsh/config/.zshenv @@ -53,6 +53,8 @@ export ANSIBLE_GEN_DIR="$GHREPOS/ansible/ansible-gen-playbook" export ANSIBLE_MACOS_PLAYBOOK_DIR="$GHREPOS/ansible/ansible-macos-playbook" export SITES="$GHREPOS/sites" export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store" +export PASSWORD_STORE_GENERATED_LENGTH=40 + # NPM export NPM_CONFIG_CACHE="$HOME/.local/npm"