- commit
- eca87bf
- parent
- 9080164
- author
- Eric Bower
- date
- 2025-07-08 22:41:12 -0400 EDT
chore: fish cleanup
1 files changed,
+2,
-9
+2,
-9
1@@ -25,18 +25,11 @@ set -xg XDG_CONFIG_HOME ~/.config
2 set -xg VDIRSYNCER_CONFIG ~/.config/vdirsyncer/config
3 set -xg MDIR ~/mail
4
5-# abbr -a gu git remote update --prune
6-# abbr -a ga git add -A
7-# abbr -a gm git commit -S
8-# abbr -a gs git commit -S --amend --no-edit
9-# abbr -a gl git --no-pager log --oneline -n 15
10-# abbr -a gt git log --graph --oneline --all
11 abbr -a pushall "git remote | xargs -I R git push R"
12 abbr -a tmux tmux -u
13 abbr -a scratch nvim ~/scratch.md
14-abbr -a bcp rsync -avzu --progress
15-abbr -a weather curl wttr.in/Ann+Arbor+Michigan
16-abbr -a img img2sixel
17+abbr -a rcp rsync -avzu --progress
18+# abbr -a img img2sixel
19 abbr -a sway sway --unsupported-gpu
20 abbr -a notes nvim -c '"cd ~/dotfiles/notes"' ~/dotfiles/notes
21 abbr -a tre "eza --tree --color=always | less -R"