Use distributed gitstatus and disable menu complete
This commit is contained in:
parent
de8ae85455
commit
f46cfb07c1
|
@ -1 +1 @@
|
|||
Subproject commit 8f798f986a02eb27c4ef25229976443fa2a66809
|
||||
Subproject commit 657e184e0d01da186f305e51be781ec36191d6bb
|
|
@ -18,7 +18,7 @@ setopt glob_complete # Don't automatically expand glob patterns
|
|||
setopt no_list_beep # No annoying beeps on completion
|
||||
setopt list_packed # Pack completion results
|
||||
setopt list_types # File type in completions
|
||||
setopt menu_complete # Automatically insert first match
|
||||
#setopt menu_complete # Automatically insert first match
|
||||
|
||||
# Globbing
|
||||
setopt glob # Enable globbing
|
||||
|
|
Loading…
Reference in New Issue