working neorg alias

This commit is contained in:
Christoph J. Scherr 2023-09-06 17:58:48 +02:00
parent 68fc228fdf
commit e9ecc3a298
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
alias neorg='nvim -c "Neorg workspace main"'
### non standard aliases
if [ -f ~/.zsh_aliases ]; then