mirror of
https://github.com/hnhx/rice.git
synced 2025-02-02 14:17:04 -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/ $ "
|