neorg alias

This commit is contained in:
Christoph J. Scherr 2023-09-06 14:45:43 +02:00
parent 9250864f5d
commit a7a3499efb
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

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