mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
add new host to powerlinecolours
This commit is contained in:
parent
7bf46e8762
commit
0166395a0c
1 changed files with 1 additions and 3 deletions
|
|
@ -10,8 +10,6 @@
|
|||
# Linux:
|
||||
# echo -n "$(hostname)" | sha1sum | cut -d" " -f 1
|
||||
|
||||
# c7d8a6d722a1ec9a16fae165177c418d4fd63175
|
||||
|
||||
# use shasum on Mac OS X, sha1sum on Linux:
|
||||
if [[ "$(uname)" == "Darwin" ]]; then
|
||||
shasum_cmd="shasum"
|
||||
|
|
@ -35,7 +33,7 @@ colours=(254 24 208 236)
|
|||
;;
|
||||
|
||||
c7d8a6d722a1ec9a16fae165177c418d4fd63175)
|
||||
colours=(250 234 196 32)
|
||||
colours=(253 68 196 32)
|
||||
# \ \ \ \________________> prompt background colour for root
|
||||
# \ \ \__________________> prompt foreground colour for root
|
||||
# \ \_____________________> prompt background colour for user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue