Commit b528528

Eric Bower  ·  2026-07-22 19:57:42 -0400 EDT
parent fb194a1
chore: changes
1 files changed,  +2, -1
+2, -1
 1@@ -17,6 +17,7 @@ export VDIRSYNCER_CONFIG="$HOME/.config/vdirsyncer/config"
 2 export MDIR="$HOME/mail"
 3 export COLORTERM=truecolor
 4 export PA_LENGTH=20
 5+export PA_PATTERN="A-Za-z0-9_-"
 6 
 7 alias pushall='git remote | xargs -I R git push R'
 8 alias sway='XDG_CURRENT_DESKTOP=sway sway --unsupported-gpu'
 9@@ -29,7 +30,7 @@ alias mdfmt='uvx --with=mdformat-gfm --with=mdformat-frontmatter --with=mdformat
10 alias cai='claude --dangerously-skip-permissions'
11 
12 pw() {
13-  tr -dc 'A-Za-z0-9!"#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' </dev/urandom | head -c 16; echo
14+  tr -dc 'A-Za-z0-9!"#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' </dev/urandom | head -c 20; echo
15 }
16 
17 if test -n "${ZMX_SESSION:-}"; then