diff --git a/.config/fish/functions/h.fish b/.config/fish/functions/h.fish new file mode 100644 index 00000000..1e9b7a66 --- /dev/null +++ b/.config/fish/functions/h.fish @@ -0,0 +1,4 @@ +function h --wraps=hx --description 'alias h=hx' + hx $argv + +end diff --git a/.config/fish/functions/lg.fish b/.config/fish/functions/lg.fish new file mode 100644 index 00000000..8737a82a --- /dev/null +++ b/.config/fish/functions/lg.fish @@ -0,0 +1,4 @@ +function lg --wraps=lazygit --description 'alias lg=lazygit' + lazygit $argv + +end diff --git a/.config/fish/functions/mailconf.fish b/.config/fish/functions/mailconf.fish new file mode 100644 index 00000000..34c197d6 --- /dev/null +++ b/.config/fish/functions/mailconf.fish @@ -0,0 +1,4 @@ +function mailconf --wraps='y ~/.config/mail' --description 'alias mailconf=y ~/.config/mail' + y ~/.config/mail $argv + +end diff --git a/.config/fish/functions/rm.fish b/.config/fish/functions/rm.fish new file mode 100644 index 00000000..138b6bf6 --- /dev/null +++ b/.config/fish/functions/rm.fish @@ -0,0 +1,4 @@ +function rm --wraps=gomi --description 'alias rm=gomi' + gomi $argv + +end diff --git a/.config/fish/functions/top.fish b/.config/fish/functions/top.fish new file mode 100644 index 00000000..18fa1ea1 --- /dev/null +++ b/.config/fish/functions/top.fish @@ -0,0 +1,4 @@ +function top --wraps=btop --description 'alias top=btop' + btop $argv + +end diff --git a/.config/fish/functions/ylg.fish b/.config/fish/functions/ylg.fish new file mode 100644 index 00000000..c0559db8 --- /dev/null +++ b/.config/fish/functions/ylg.fish @@ -0,0 +1,4 @@ +function ylg --wraps='yadm enter lazygit' --description 'alias ylg=yadm enter lazygit' + yadm enter lazygit $argv + +end