AutoYADM commit: 2025-03-29 00:15:07

This commit is contained in:
Daniel Fichtinger 2025-03-29 00:15:07 -04:00
parent 9ae75af257
commit c85afa56fa
5 changed files with 14 additions and 8 deletions

View file

@ -0,0 +1,3 @@
function abbred
$EDITOR $abbr_path
end

View file

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