todo
This commit is contained in:
parent
b334a5e865
commit
75ac9713f8
1
.zshrc
1
.zshrc
|
@ -41,6 +41,7 @@ function cachekeys () { exec 2>/dev/null;
|
||||||
function newpass() {
|
function newpass() {
|
||||||
LC_ALL=C tr -dc '[:alnum:]' < /dev/urandom | head -c${1:-$0}
|
LC_ALL=C tr -dc '[:alnum:]' < /dev/urandom | head -c${1:-$0}
|
||||||
}
|
}
|
||||||
|
# TODO: make neorg a function, take a workspace as arg
|
||||||
|
|
||||||
### ---- zsh options -------------------------------------
|
### ---- zsh options -------------------------------------
|
||||||
setopt autocd
|
setopt autocd
|
||||||
|
|
Loading…
Reference in New Issue