fish: functions: Rename vf to vfv

This commit is contained in:
Sanchayan Maity 2022-03-14 23:17:13 +05:30
parent 2e8f138f8b
commit 66cda3ef9b
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +0,0 @@
function vf --wraps='v (fzf)' --description 'alias vf=v (fzf)'
v (fzf) $argv;
end

View File

@ -0,0 +1,3 @@
function vfv --wraps='v (fzf)' --description 'alias vf=v (fzf)'
v (fzf) $argv;
end