mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 06:24:13 -06:00
feat: add model-specific shortcuts for opencode and claude CLIs
This commit is contained in:
@@ -38,8 +38,14 @@ abbr -a romanlog "ssh roman 'tail -F /var/log/syslog' --lines 100"
|
||||
|
||||
# Other aliases
|
||||
abbr -a oc 'opencode'
|
||||
abbr -a ocs 'opencode --model anthropic/claude-sonnet-4-5'
|
||||
abbr -a oco 'opencode --model anthropic/claude-opus-4-5'
|
||||
abbr -a och 'opencode --model anthropic/claude-haiku-4-5'
|
||||
abbr -a cl 'claude'
|
||||
abbr -a cope 'claude --model opus'
|
||||
abbr -a copes 'claude --model sonnet'
|
||||
abbr -a copeh 'claude --model haiku'
|
||||
abbr -a hcope 'claude --model haiku'
|
||||
abbr -a gpt 'chatgpt'
|
||||
abbr -a share 'share.ts'
|
||||
abbr -a copilot 'gh copilot'
|
||||
|
||||
Reference in New Issue
Block a user