diff --git a/.zshrc b/.zshrc index 8dd0b70..91e03ec 100644 --- a/.zshrc +++ b/.zshrc @@ -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