AutoYADM commit: 2025-03-29 00:15:07
This commit is contained in:
parent
9ae75af257
commit
c85afa56fa
5 changed files with 14 additions and 8 deletions
3
.config/fish/functions/abbred.fish
Normal file
3
.config/fish/functions/abbred.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function abbred
|
||||
$EDITOR $abbr_path
|
||||
end
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue