Compare commits

..

2 Commits

Author SHA1 Message Date
AquaMorph e151c2e7c3 docs: enforce lowercase commit messages 2026-02-08 18:58:37 -05:00
AquaMorph 9ec8007f55 fix(zsh): add opencode binary to path 2026-02-08 18:55:51 -05:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ python3 -m py_compile ./home/bin/homeassistant.py
## Repository Patterns
### Commit Message Format
Follow conventional commits style:
Follow conventional commits style (all lowercase).
- `feat(scope): description` - New feature
- `fix(scope): description` - Bug fix
- `refactor(scope): description` - Code refactoring
+1
View File
@@ -42,6 +42,7 @@ alias u='sh ~/bin/update.sh'
alias h='cd ~/git/cacolglazier.com/ && hugo server'
# OpenCode
export PATH="$HOME/.opencode/bin:$PATH"
alias o='opencode'
# Git