Konstantin Demin
25123cece2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
many thanks to blackmou5e for pointing this out
10 lines
144 B
Bash
10 lines
144 B
Bash
#!/bin/zsh
|
|
|
|
unsetopt flow_control
|
|
unsetopt menu_complete
|
|
|
|
setopt always_to_end
|
|
setopt auto_menu
|
|
setopt complete_aliases
|
|
setopt complete_in_word
|