Skip to content

Commit 99b0305

Browse files
committed
Replace omp aliases with a new dpi alias that launches in an overlay
1 parent 0078894 commit 99b0305

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

rc.d/82-llms.zsh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# OpenCode Aliases
22

3-
LW_MODEL='google/gemini-2.5-flash-lite'
4-
HW_MODEL='openai/gpt-5.1-codex'
3+
LW_MODEL='google/gemini-3.1-flash-lite-preview --thinking=high'
4+
HW_MODEL='openai/gpt-5.4 --thinking=high'
55

6-
alias ompc='omp --continue'
7-
alias omprl="omp --model=$LW_MODEL"
8-
alias omprh="omp --model=$HW_MODEL --thinking=high"
6+
alias dpi='kitty @ launch --type=overlay --cwd=current omp'
7+
alias dpic='dpi --continue'
8+
alias dpirl="dpi --model=$LW_MODEL"
9+
alias dpirh="dpi --model=$HW_MODEL"
910

1011
alias oc='opencode'
1112
alias occ='opencode --continue'

0 commit comments

Comments
 (0)