AutoYADM commit: 2025-03-28 23:30:07

This commit is contained in:
Daniel Fichtinger 2025-03-28 23:30:07 -04:00
parent 480e885dcc
commit b4ab1d94f2
3 changed files with 12 additions and 13 deletions

View file

@ -0,0 +1,3 @@
function abbrsave --description "Prepends 'abbr -a' and saves to config"
echo "abbr -a $argv" >> ~/.config/fish/conf.d/abbr.fish
end