From a7a3499efb7b9015d2499aa1b363187869429ef0 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Wed, 6 Sep 2023 14:45:43 +0200 Subject: [PATCH] neorg alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index c4dc78b..5b9cc88 100644 --- a/.zshrc +++ b/.zshrc @@ -23,6 +23,7 @@ alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"' alias gg=lazygit alias reload="source ~/.zshrc" alias gls=/bin/ls +alias neorg=nvim -c ### non standard aliases if [ -f ~/.zsh_aliases ]; then