mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
fixed typo
This commit is contained in:
parent
b902d3498b
commit
bfa2e0e2ef
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
rp_mode='git-dir'
|
rp_mode='git-dir'
|
||||||
|
|
||||||
# color definition
|
# color definition
|
||||||
# first one is for normal user, while the oter is for root user
|
# first one is for normal user, while the other is for root user
|
||||||
if [ `id -u` -ne 0 ]; then
|
if [ `id -u` -ne 0 ]; then
|
||||||
lp_color1='yellow'
|
lp_color1='yellow'
|
||||||
lp_color2='blue'
|
lp_color2='blue'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue