repos / dotfiles

my dotfiles

commit
0c98a24
parent
69d75e8
author
Eric Bower
date
2025-07-14 22:45:56 -0400 EDT
chore(fish): abbr
1 files changed,  +2, -2
M dot_config/fish/config.fish
+2, -2
 1@@ -26,15 +26,15 @@ set -xg VDIRSYNCER_CONFIG ~/.config/vdirsyncer/config
 2 set -xg MDIR ~/mail
 3 
 4 abbr -a pushall "git remote | xargs -I R git push R"
 5-abbr -a tmux tmux -u
 6 abbr -a scratch nvim ~/scratch.md
 7 abbr -a rcp rsync -avzu --progress
 8 # abbr -a img img2sixel
 9 abbr -a sway sway --unsupported-gpu
10 abbr -a notes nvim -c '"cd ~/dotfiles/notes"' ~/dotfiles/notes
11-abbr -a tre "eza --tree --color=always | less -R"
12+abbr -a tre "eza --tree --color=always -L 2"
13 abbr -a pp PA_DIR=/home/erock/dev/pico/pico-pass pa
14 abbr -a logs "ssh pipe sub /pico/log-drain -k | jq -r"
15+abbr -a ash "autossh -M 0"
16 
17 if type -q direnv
18   direnv hook fish | source