From 5a539d3521b529b80df2caf36b119ad9885019e2 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 11 Sep 2023 23:08:18 +0200 Subject: [PATCH] change neorg alias --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 91e03ec..b3a437b 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 "Neorg workspace main"' +alias neorg='nvim -c "Neorg workspace $1"' ### non standard aliases if [ -f ~/.zsh_aliases ]; then