From e9ecc3a2981569fff886f4ab1026f6d56d3122d4 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 6 Sep 2023 17:58:48 +0200 Subject: [PATCH] working neorg alias --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5b9cc88..36c3d8b 100644 --- a/.zshrc +++ b/.zshrc @@ -23,7 +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 +alias neorg='nvim -c "Neorg workspace main"' ### non standard aliases if [ -f ~/.zsh_aliases ]; then