fish: Drop vgrep aliases and introduce abbreviations
We still keep the vgrep + FZF aliases.
This commit is contained in:
parent
22f5664cd6
commit
9fc6d0eb2a
3 changed files with 7 additions and 6 deletions
7
fish/.config/fish/conf.d/vgrep-abbr.fish
Normal file
7
fish/.config/fish/conf.d/vgrep-abbr.fish
Normal 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
|
|
@ -1,3 +0,0 @@
|
|||
function vg --wraps=vgrep --description 'alias vg=vgrep'
|
||||
vgrep $argv
|
||||
end
|
|
@ -1,3 +0,0 @@
|
|||
function vs --wraps='vgrep -s' --description 'alias vs=vgrep -s'
|
||||
vgrep -s $argv
|
||||
end
|
Loading…
Reference in a new issue