mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-03-02 07:19:59 +00:00
Compare commits
2 Commits
9f5802f51a
...
e151c2e7c3
| Author | SHA1 | Date | |
|---|---|---|---|
| e151c2e7c3 | |||
| 9ec8007f55 |
@@ -110,7 +110,7 @@ python3 -m py_compile ./home/bin/homeassistant.py
|
|||||||
## Repository Patterns
|
## Repository Patterns
|
||||||
|
|
||||||
### Commit Message Format
|
### Commit Message Format
|
||||||
Follow conventional commits style:
|
Follow conventional commits style (all lowercase).
|
||||||
- `feat(scope): description` - New feature
|
- `feat(scope): description` - New feature
|
||||||
- `fix(scope): description` - Bug fix
|
- `fix(scope): description` - Bug fix
|
||||||
- `refactor(scope): description` - Code refactoring
|
- `refactor(scope): description` - Code refactoring
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ alias u='sh ~/bin/update.sh'
|
|||||||
alias h='cd ~/git/cacolglazier.com/ && hugo server'
|
alias h='cd ~/git/cacolglazier.com/ && hugo server'
|
||||||
|
|
||||||
# OpenCode
|
# OpenCode
|
||||||
|
export PATH="$HOME/.opencode/bin:$PATH"
|
||||||
alias o='opencode'
|
alias o='opencode'
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
|
|||||||
Reference in New Issue
Block a user