- commit
- e30523e
- parent
- 7179cd5
- author
- Eric Bower
- date
- 2025-12-12 15:35:04 -0500 EST
chore: fish
2 files changed,
+6,
-1
+1,
-1
1@@ -37,7 +37,7 @@ abbr -a gpt "llama-server -hf unsloth/gpt-oss-20b-GGUF:Q4_K_M -ngl 15 --host 0.0
2 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"
3 abbr -a zmount zfs mount -a
4 abbr -a keys "keychain --eval --quiet --agents ssh,gpg ~/.ssh/id_ed25519 76D3FD02 | source"
5-abbr -a mdfmt uvx --with=mdformat-gfm --with=mdformat-frontmatter mdformat
6+abbr -a mdfmt uvx --with=mdformat-gfm --with=mdformat-frontmatter --with=mdformat-gfm-alerts mdformat --wrap no
7 abbr -a sm sudo systemctl
8 abbr -a smu systemctl --user
9 abbr -a jm sudo journalctl
+5,
-0
1@@ -13,6 +13,11 @@ Host kings
2 User erock
3 IdentityFile ~/.ssh/id_ed25519
4
5+Host mae
6+ HostName 192.168.88.86
7+ User ericbower
8+ IdentityFile ~/.ssh/id_ed25519
9+
10 Host = d.*
11 HostName 192.168.88.109
12 User erock