- commit
- c6c62f8
- parent
- 289222a
- author
- Eric Bower
- date
- 2025-09-06 15:24:36 -0400 EDT
chore(fish): abbr tweaks
1 files changed,
+3,
-11
+3,
-11
1@@ -8,11 +8,7 @@ switch (uname)
2 fish_add_path /opt/homebrew/bin
3 fish_add_path ~/.local/bin
4 case Linux
5- if status --is-interactive
6- keychain --eval --quiet --agents ssh,gpg ~/.ssh/id_ed25519 76D3FD02 | source
7- end
8-
9- set -xg OLLAMA_API_BASE "http://192.168.88.224:11434"
10+ set -xg OLLAMA_API_BASE "http://0.0.0.0:11434"
11 case '*'
12 # do things for other OSs
13 end
14@@ -31,18 +27,14 @@ abbr -a pushall "git remote | xargs -I R git push R"
15 abbr -a scratch nvim ~/scratch.md
16 abbr -a rcp rsync -avzu --progress
17 abbr -a sway sway --unsupported-gpu
18-abbr -a notes nvim -c '"cd ~/dotfiles/notes"' ~/dotfiles/notes
19 abbr -a tre "eza --tree --color=always --git-ignore -L 2"
20 abbr -a pp PA_DIR=/home/erock/dev/pico/pico-pass pa
21 abbr -a logs "ssh pipe sub /pico/log-drain -k | jq -r"
22 abbr -a ash "autossh -M 0"
23-abbr -a pdb "ssh -L 5432:localhost:5432 pico.ash.0"
24+abbr -a picodb "ssh -L 5432:localhost:5432 pico.ash.0"
25 abbr -a ai "aider --model ollama_chat/deepseek-r1:14b --code-theme dracula"
26 abbr -a zmount zfs mount -a
27-
28-if type -q zoxide
29- zoxide init fish | source
30-end
31+abbr -a keys "keychain --eval --quiet --agents ssh,gpg ~/.ssh/id_ed25519 76D3FD02 | source"
32
33 if type -q direnv
34 direnv hook fish | source