AutoYADM commit: 2025-03-27 19:30:17
This commit is contained in:
parent
2cbb7b9d17
commit
b118428cdd
6 changed files with 24 additions and 0 deletions
4
.config/fish/functions/h.fish
Normal file
4
.config/fish/functions/h.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function h --wraps=hx --description 'alias h=hx'
|
||||||
|
hx $argv
|
||||||
|
|
||||||
|
end
|
4
.config/fish/functions/lg.fish
Normal file
4
.config/fish/functions/lg.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function lg --wraps=lazygit --description 'alias lg=lazygit'
|
||||||
|
lazygit $argv
|
||||||
|
|
||||||
|
end
|
4
.config/fish/functions/mailconf.fish
Normal file
4
.config/fish/functions/mailconf.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function mailconf --wraps='y ~/.config/mail' --description 'alias mailconf=y ~/.config/mail'
|
||||||
|
y ~/.config/mail $argv
|
||||||
|
|
||||||
|
end
|
4
.config/fish/functions/rm.fish
Normal file
4
.config/fish/functions/rm.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function rm --wraps=gomi --description 'alias rm=gomi'
|
||||||
|
gomi $argv
|
||||||
|
|
||||||
|
end
|
4
.config/fish/functions/top.fish
Normal file
4
.config/fish/functions/top.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function top --wraps=btop --description 'alias top=btop'
|
||||||
|
btop $argv
|
||||||
|
|
||||||
|
end
|
4
.config/fish/functions/ylg.fish
Normal file
4
.config/fish/functions/ylg.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function ylg --wraps='yadm enter lazygit' --description 'alias ylg=yadm enter lazygit'
|
||||||
|
yadm enter lazygit $argv
|
||||||
|
|
||||||
|
end
|
Loading…
Add table
Add a link
Reference in a new issue