📁 files(fish): changed names of some alias functions for bob
This commit is contained in:
parent
73ea8db71c
commit
98d68099a9
7 changed files with 9 additions and 16 deletions
|
@ -1,4 +0,0 @@
|
|||
function vim --wraps=nvim --description 'alias vim=nvim'
|
||||
nvim $argv
|
||||
|
||||
end
|
|
@ -1,4 +0,0 @@
|
|||
function vimv --wraps=bob --description 'alias vimv=bob'
|
||||
bob $argv
|
||||
|
||||
end
|
|
@ -1,4 +0,0 @@
|
|||
function vimvl --wraps='bob use latest' --description 'alias vimvl=bob use latest'
|
||||
bob use latest $argv
|
||||
|
||||
end
|
|
@ -1,4 +0,0 @@
|
|||
function vimvn --wraps='bob use nightly' --description 'alias vimvn=bob use nightly'
|
||||
bob use nightly $argv
|
||||
|
||||
end
|
3
.config/fish/functions/vv.fish
Normal file
3
.config/fish/functions/vv.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function vv --wraps=bob --description 'alias vv=bob'
|
||||
bob $argv
|
||||
end
|
3
.config/fish/functions/vvl.fish
Normal file
3
.config/fish/functions/vvl.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function vvl --wraps='bob use latest' --description 'alias vvl=bob use latest'
|
||||
bob use latest $argv
|
||||
end
|
3
.config/fish/functions/vvn.fish
Normal file
3
.config/fish/functions/vvn.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function vvn --wraps='bob use nightly' --description 'alias vvn=bob use nightly'
|
||||
bob use nightly $argv
|
||||
end
|
Loading…
Add table
Reference in a new issue