AutoYADM commit: 2025-03-27 19:30:17

This commit is contained in:
Daniel Fichtinger 2025-03-27 19:30:17 -04:00
parent 2cbb7b9d17
commit b118428cdd
6 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,4 @@
function h --wraps=hx --description 'alias h=hx'
hx $argv
end

View file

@ -0,0 +1,4 @@
function lg --wraps=lazygit --description 'alias lg=lazygit'
lazygit $argv
end

View file

@ -0,0 +1,4 @@
function mailconf --wraps='y ~/.config/mail' --description 'alias mailconf=y ~/.config/mail'
y ~/.config/mail $argv
end

View file

@ -0,0 +1,4 @@
function rm --wraps=gomi --description 'alias rm=gomi'
gomi $argv
end

View file

@ -0,0 +1,4 @@
function top --wraps=btop --description 'alias top=btop'
btop $argv
end

View file

@ -0,0 +1,4 @@
function ylg --wraps='yadm enter lazygit' --description 'alias ylg=yadm enter lazygit'
yadm enter lazygit $argv
end