- commit
- 910775f
- parent
- 9c6670a
- author
- Eric Bower
- date
- 2026-04-25 21:02:36 -0400 EDT
feat: private.fish for secrets
3 files changed,
+11,
-1
+1,
-0
1@@ -1,3 +1,4 @@
2 *DS_Store
3 *.swp
4 .aider*
5+private.fish
+9,
-0
1@@ -1,5 +1,9 @@
2 fish_add_path ~/.local/bin /usr/local/go/bin ~/.cargo/bin ~/.yarn/bin ~/.npm-packages/bin
3
4+if test -f $HOME/.config/fish/private.fish
5+ source $HOME/.config/fish/private.fish
6+end
7+
8 switch (uname)
9 case Darwin
10 fish_config theme choose "Tomorrow Night Bright"
11@@ -40,6 +44,7 @@ abbr -a ash "autossh -M 0 -q"
12 abbr -a picodb "ssh -L 5432:localhost:5432 pico.ash.0"
13 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"
14 abbr -a rackai "ANTHROPIC_BASE_URL=http://10.2.20.242:8080 ANTHROPIC_AUTH_TOKEN=ollama ANTHROPIC_API_KEY='' claude --dangerously-skip-permissions --model unsloth/Qwen3.5-35B-A3B"
15+abbr -a miniai "ANTHROPIC_BASE_URL=https://api.minimax.io/anthropic claude --dangerously-skip-permissions --model MiniMax-M2.7"
16 abbr -a rackcode "ANTHROPIC_AUTH_TOKEN=ollama ANTHROPIC_API_KEY='' npx opencode-ai"
17 abbr -a zmount zfs mount -a
18 abbr -a keys "keychain --eval --quiet --agents ssh,gpg ~/.ssh/id_ed25519 76D3FD02 | source"
19@@ -60,6 +65,10 @@ if type -q zmx
20 zmx completions fish | source
21 end
22
23+if type -q mise
24+ mise activate fish | source
25+end
26+
27 functions -c fish_prompt _original_fish_prompt 2>/dev/null
28
29 function fish_prompt --description 'Prompt with zmx'
+1,
-1
1@@ -19,7 +19,7 @@ Host mae
2 IdentityFile ~/.ssh/id_ed25519
3
4 Host rack
5- HostName 10.2.20.49
6+ HostName 10.100.100.6 # 10.2.20.49
7 User erock
8 IdentityFile ~/.ssh/id_ed25519
9 IdentitiesOnly yes