📁 files(fish): changed names of some alias functions for bob

This commit is contained in:
Sergio Laín 2023-12-07 14:42:23 +01:00
parent 73ea8db71c
commit 98d68099a9
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
7 changed files with 9 additions and 16 deletions

View file

@ -1,4 +0,0 @@
function vim --wraps=nvim --description 'alias vim=nvim'
nvim $argv
end

View file

@ -1,4 +0,0 @@
function vimv --wraps=bob --description 'alias vimv=bob'
bob $argv
end

View file

@ -1,4 +0,0 @@
function vimvl --wraps='bob use latest' --description 'alias vimvl=bob use latest'
bob use latest $argv
end

View file

@ -1,4 +0,0 @@
function vimvn --wraps='bob use nightly' --description 'alias vimvn=bob use nightly'
bob use nightly $argv
end

View file

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

View file

@ -0,0 +1,3 @@
function vvl --wraps='bob use latest' --description 'alias vvl=bob use latest'
bob use latest $argv
end

View file

@ -0,0 +1,3 @@
function vvn --wraps='bob use nightly' --description 'alias vvn=bob use nightly'
bob use nightly $argv
end