mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Fix for dumb terminals like Vim's.
This commit is contained in:
parent
746a10368a
commit
e3c3c22ddf
8 changed files with 22 additions and 17 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# fixme - the load process here seems a bit bizarre
|
||||
[[ "$TERM" == "dumb" ]] && return
|
||||
|
||||
unsetopt menu_complete # do not autoselect the first completion entry
|
||||
unsetopt flowcontrol
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue