summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2023-03-20 17:04:03 -0700
committerMike Crute <mike@crute.us>2023-03-20 17:04:03 -0700
commitbe900a9ae7f6ce612af68f05eb879ba8eba72547 (patch)
treefc1c98589550aad4da118dda559ebef5a4fb4481
parentbaadda631c06da5e292471d7f45e36ca20d6e64e (diff)
downloaddotfiles-be900a9ae7f6ce612af68f05eb879ba8eba72547.tar.bz2
dotfiles-be900a9ae7f6ce612af68f05eb879ba8eba72547.tar.xz
dotfiles-be900a9ae7f6ce612af68f05eb879ba8eba72547.zip
Change password gen params
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 70ce621..2b0cf38 100644
--- a/.bashrc
+++ b/.bashrc
@@ -96,6 +96,8 @@ export LSCOLORS="ExGxBxDxCxEgEdxbxgxcxd"
96export LANG=en_US.UTF-8 96export LANG=en_US.UTF-8
97export KRB5CCNAME=FILE:/tmp/krb5cc_`id -ru` 97export KRB5CCNAME=FILE:/tmp/krb5cc_`id -ru`
98export PASSWORD_STORE_ENABLE_EXTENSIONS=true 98export PASSWORD_STORE_ENABLE_EXTENSIONS=true
99export PASSWORD_STORE_GENERATED_LENGTH=20
100export PASSWORD_STORE_CHARACTER_SET="[:alnum:]"
99 101
100# Allow each user to override their timezone 102# Allow each user to override their timezone
101if [[ -f "$HOME/.timezone" ]]; then 103if [[ -f "$HOME/.timezone" ]]; then