6 lines
83 B
Bash
6 lines
83 B
Bash
|
autoload -Uz compinit promptinit
|
||
|
compinit
|
||
|
promptinit
|
||
|
|
||
|
PROMPT='%F{yellow}%1~%f %# '
|