repos / dotfiles

my dotfiles

commit
5b94849
parent
1006fbe
author
Eric Bower
date
2026-01-26 11:10:06 -0500 EST
chore: fish
1 files changed,  +2, -2
M dot_config/fish/config.fish
+2, -2
 1@@ -1,9 +1,8 @@
 2-fish_config theme choose "tomorrow"
 3-
 4 fish_add_path ~/.local/bin /usr/local/go/bin ~/.cargo/bin ~/.yarn/bin ~/.npm-packages/bin
 5 
 6 switch (uname)
 7   case Darwin
 8+    fish_config theme choose "Tomorrow Night Bright"
 9     fish_add_path /opt/homebrew/opt/node@20/bin
10     fish_add_path /opt/homebrew/bin
11     fish_add_path ~/.local/bin
12@@ -18,6 +17,7 @@ switch (uname)
13         eval (sdxcli output-shell-commands --shell fish)
14     end
15   case Linux
16+    fish_config theme choose "tomorrow-night-bright"
17     set -xg OPENAI_API_BASE "http://0.0.0.0:8080"
18     # set -xg OPENAI_API_BASE "http://192.168.88.109:8080"
19     set -xg OPENAI_API_KEY ""