fish: Drop vgrep aliases and introduce abbreviations

We still keep the vgrep + FZF aliases.
This commit is contained in:
Sanchayan Maity 2023-05-11 18:51:58 +05:30
parent 22f5664cd6
commit 9fc6d0eb2a
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
3 changed files with 7 additions and 6 deletions

View File

@ -0,0 +1,7 @@
abbr vg vgrep
abbr vs vgrep -s
abbr vgi vgrep --interactive
abbr vgng vgrep --no-git
abbr vgnr vgrep --no-ripgrep
abbr vgnh vgrep --no-header
abbr vgnl vgrep --no-less

View File

@ -1,3 +0,0 @@
function vg --wraps=vgrep --description 'alias vg=vgrep'
vgrep $argv
end

View File

@ -1,3 +0,0 @@
function vs --wraps='vgrep -s' --description 'alias vs=vgrep -s'
vgrep -s $argv
end