mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-03-02 07:19:59 +00:00
feat(zsh): auto commit alias
This commit is contained in:
@@ -43,7 +43,10 @@ alias h='cd ~/git/cacolglazier.com/ && hugo server'
|
|||||||
|
|
||||||
# OpenCode
|
# OpenCode
|
||||||
export PATH="$HOME/.opencode/bin:$PATH"
|
export PATH="$HOME/.opencode/bin:$PATH"
|
||||||
alias o='opencode'
|
OPENCODE='opencode'
|
||||||
|
alias o="${OPENCODE}"
|
||||||
|
alias oc="${OPENCODE} --agent commit run 'Create a commit.'"
|
||||||
|
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
alias c='git commit -m'
|
alias c='git commit -m'
|
||||||
|
|||||||
Reference in New Issue
Block a user