Complétion – on privilégie quand même ma complétion à moi
This commit is contained in:
parent
b2480988b3
commit
80a9f5957a
2 changed files with 10 additions and 10 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#use github.com/zzamboni/elvish-completions/builtins
|
||||
use github.com/zzamboni/elvish-completions/cd
|
||||
use github.com/zzamboni/elvish-completions/git
|
||||
set git:git-command = hub
|
||||
set git:git-completions[checkout] = [ { git:MODIFIED; git:BRANCHES &all } ... ]
|
||||
git:init
|
||||
#use github.com/zzamboni/elvish-completions/cd
|
||||
#use github.com/zzamboni/elvish-completions/git
|
||||
#set git:git-command = hub
|
||||
#set git:git-completions[checkout] = [ { git:MODIFIED; git:BRANCHES &all } ... ]
|
||||
#git:init
|
||||
#use github.com/zzamboni/elvish-completions/ssh
|
||||
|
||||
use github.com/xiaq/edit.elv/compl/go
|
||||
#use github.com/xiaq/edit.elv/compl/go
|
||||
|
||||
use ./completion/arc
|
||||
use ./completion/archiver
|
||||
|
|
@ -15,5 +15,5 @@ use ./completion/kcp
|
|||
use ./completion/mpv
|
||||
use ./completion/pacman
|
||||
use ./completion/ssh
|
||||
use ./completion/sudo
|
||||
#use ./completion/sudo
|
||||
use ./completion/use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue