1
0
dotfiles/.config/zsh/opt/completion.zsh
Konstantin Demin 25123cece2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
zsh: completion
many thanks to blackmou5e for pointing this out
2024-02-29 12:34:20 +03:00

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