mirror of
https://github.com/hnhx/rice.git
synced 2025-01-09 03:18:10 -03: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/ $ "
|