9 lines
120 B
Bash
9 lines
120 B
Bash
|
#!/bin/zsh
|
||
|
|
||
|
unsetopt flow_control
|
||
|
unsetopt menu_complete
|
||
|
|
||
|
setopt always_to_end
|
||
|
setopt auto_menu
|
||
|
setopt complete_in_word
|