- commit
- 323f0d3
- parent
- 37ce30c
- author
- Eric Bower
- date
- 2026-02-15 19:38:53 -0500 EST
chore: changes
2 files changed,
+2,
-0
+1,
-0
1@@ -47,6 +47,7 @@ abbr -a picodb "ssh -L 5432:localhost:5432 pico.ash.0"
2 abbr -a gpt "llama-server -hf unsloth/gpt-oss-120b-GGUF:Q4_K_S -ngl 99 -c 4096 -t 16 --host 0.0.0.0 --port 8080"
3 abbr -a code "llama-server -hf unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF:Q4_K_XL -ngl 15 --host 0.0.0.0 --jinja --threads -1 --ctx-size 32000 --temp 0.7 --min-p 0.0 --top-p 0.80 --top-k 20 --repeat-penalty 1.05 --context-shift"
4 abbr -a ds "llama-server -hf unsloth/Qwen3-4B-Instruct-2507-GGUF:Q4_0 --jinja -ngl 99 -sm row --temp 0.6 --top-k 20 --top-p 0.95 --min-p 0 -c 40960 -n 32768 --no-context-shift --host 0.0.0.0 --port 8080"
5+abbr -a rackai "ANTHROPIC_BASE_URL=http://10.2.20.242:8080 ANTHROPIC_AUTH_TOKEN=ollama ANTHROPIC_API_KEY="" claude --model unsloth_Qwen3-Coder-Next-GGUF_Qwen3-Coder-Next-UD-Q4_K_XL"
6 abbr -a zmount zfs mount -a
7 abbr -a keys "keychain --eval --quiet --agents ssh,gpg ~/.ssh/id_ed25519 76D3FD02 | source"
8 abbr -a mdfmt uvx --with=mdformat-gfm --with=mdformat-frontmatter --with=mdformat-gfm-alerts mdformat --wrap no
+1,
-0
1@@ -4,6 +4,7 @@ set-option global autoreload true
2 set-option global grepcmd 'rg -n'
3 set-option global ui_options terminal_assistant=none # disable clippy
4 set-option global scrolloff 3,3
5+# set-option global autoinfo ''
6
7 define-command find -docstring "find files" -params 1 %{ edit %arg{1} }
8 complete-command find shell-script-candidates %{ fd -t f }