repos / dotfiles

my dotfiles

commit
c7926ed
parent
27d2509
author
Eric Bower
date
2025-08-28 00:14:20 -0400 EDT
chore: aider code theme
1 files changed,  +1, -3
M dot_config/fish/config.fish
+1, -3
 1@@ -37,6 +37,7 @@ abbr -a pp PA_DIR=/home/erock/dev/pico/pico-pass pa
 2 abbr -a logs "ssh pipe sub /pico/log-drain -k | jq -r"
 3 abbr -a ash "autossh -M 0"
 4 abbr -a pdb "ssh -L 5432:localhost:5432 pico.ash.0"
 5+abbr -a ai "aider --model ollama_chat/deepseek-r1:8b --code-theme dracula"
 6 
 7 if type -q zoxide
 8   zoxide init fish | source
 9@@ -45,6 +46,3 @@ end
10 if type -q direnv
11   direnv hook fish | source
12 end
13-
14-# New alias
15-abbr -a ai "aider --model deepseek-r1:8b"