repos / dotfiles

my dotfiles

commit
1459187
parent
7a3ea26
author
Eric Bower
date
2026-02-26 10:59:03 -0500 EST
chore: fish cleanup
1 files changed,  +2, -15
M dot_config/fish/config.fish
+2, -15
 1@@ -5,28 +5,22 @@ switch (uname)
 2     fish_config theme choose "Tomorrow Night Bright"
 3     fish_add_path /opt/homebrew/opt/node@20/bin
 4     fish_add_path /opt/homebrew/bin
 5-    fish_add_path ~/.local/bin
 6     fish_add_path /opt/homebrew/opt/libpq/bin
 7 
 8     set -xg AWS_PROFILE "prod-PowerUserAccess"
 9     set -xg CLAUDE_CODE_USE_BEDROCK "1"
10     set -xg AWS_REGION "us-east-1"
11 
12-    # Generated by sdxcli
13     if command -v sdxcli &>/dev/null
14         eval (sdxcli output-shell-commands --shell fish)
15     end
16   case Linux
17     fish_config theme choose "tomorrow-night-bright"
18-    set -xg OPENAI_API_BASE "http://0.0.0.0:8080"
19-    # set -xg OPENAI_API_BASE "http://192.168.88.109:8080"
20-    set -xg OPENAI_API_KEY ""
21   case '*'
22     # do things for other OSs
23 end
24 
25-# remove fish greeting
26-set -U fish_greeting
27+set -U fish_greeting # remove fish greeting
28 set -xg LANG en_US.UTF-8
29 set -xg EDITOR kak
30 set -xg VISUAL kak
31@@ -44,21 +38,14 @@ abbr -a pp PA_DIR=/home/erock/dev/pico/pico-pass pa
32 abbr -a logs "ssh pipe sub /pico/log-drain -k | jq -r"
33 abbr -a ash "autossh -M 0 -q"
34 abbr -a picodb "ssh -L 5432:localhost:5432 pico.ash.0"
35-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"
36 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"
37-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"
38 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-Coder-Next-GGUF_Qwen3-Coder-Next-UD-Q4_K_XL"
39 abbr -a happyai "ANTHROPIC_BASE_URL=http://10.2.20.242:8080 ANTHROPIC_AUTH_TOKEN=ollama ANTHROPIC_API_KEY="" happy --yolo --model unsloth_Qwen3-Coder-Next-GGUF_Qwen3-Coder-Next-UD-Q4_K_XL"
40 abbr -a zmount zfs mount -a
41 abbr -a keys "keychain --eval --quiet --agents ssh,gpg ~/.ssh/id_ed25519 76D3FD02 | source"
42 abbr -a mdfmt uvx --with=mdformat-gfm --with=mdformat-frontmatter --with=mdformat-gfm-alerts mdformat --wrap no
43-abbr -a sm sudo systemctl
44-abbr -a smu systemctl --user
45-abbr -a jm sudo journalctl
46-abbr -a jmu journalctl --user
47 abbr -a gemini npx @google/gemini-cli
48 abbr -a amp npx @sourcegraph/amp
49-abbr -a k kak
50 
51 function pw
52   tr -dc 'A-Za-z0-9!"#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' </dev/urandom | head -c 16; echo
53@@ -74,7 +61,7 @@ end
54 
55 functions -c fish_prompt _original_fish_prompt 2>/dev/null
56 
57-function fish_prompt --description 'Write out the prompt'
58+function fish_prompt --description 'Prompt with zmx'
59   if set -q ZMX_SESSION
60     echo -n "[$ZMX_SESSION] "
61   end