diff --git a/home/dot_zshrc b/home/dot_zshrc index e3483b5..cfa60df 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -41,6 +41,9 @@ alias d='sudo dnf' alias u='sh ~/bin/update.sh' alias h='cd ~/git/cacolglazier.com/ && hugo server' +# OpenCode +alias o='opencode' + # Git alias c='git commit -m' alias a='git add'