This commit is contained in:
Christoph J. Scherr 2023-09-07 18:27:12 +02:00
parent b334a5e865
commit 75ac9713f8
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -41,6 +41,7 @@ function cachekeys () { exec 2>/dev/null;
function newpass() {
LC_ALL=C tr -dc '[:alnum:]' < /dev/urandom | head -c${1:-$0}
}
# TODO: make neorg a function, take a workspace as arg
### ---- zsh options -------------------------------------
setopt autocd