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