change neorg alias

This commit is contained in:
Christoph J. Scherr 2023-09-11 23:08:18 +02:00
parent acebf10c4b
commit 5a539d3521
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -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