mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-03-02 07:19:59 +00:00
feat(zsh): add opencode restore alias
This commit is contained in:
@@ -46,7 +46,7 @@ export PATH="$HOME/.opencode/bin:$PATH"
|
|||||||
OPENCODE='opencode'
|
OPENCODE='opencode'
|
||||||
alias o="${OPENCODE}"
|
alias o="${OPENCODE}"
|
||||||
alias oc="${OPENCODE} --agent commit run 'Create a commit.'"
|
alias oc="${OPENCODE} --agent commit run 'Create a commit.'"
|
||||||
|
alias or="${OPENCODE} --continue"
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
alias c='git commit -m'
|
alias c='git commit -m'
|
||||||
|
|||||||
Reference in New Issue
Block a user