mirror of
https://github.com/hnhx/rice.git
synced 2025-04-29 12:19:25 -04:00
6 lines
147 B
Bash
6 lines
147 B
Bash
autoload -Uz compinit
|
|
zstyle ':completion:*' menu select
|
|
zstyle ':completion::complete:*' gain-privileges 1
|
|
compinit
|
|
|
|
PROMPT="%n:%F{blue}%~%f/ $ "
|