From 75ac9713f8661cdccadd1a9c70f3b0d152a507f5 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 7 Sep 2023 18:27:12 +0200 Subject: [PATCH] todo --- .zshrc | 1 + 1 file changed, 1 insertion(+) 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