changes
This commit is contained in:
parent
0d7f0ef4dc
commit
8c6a7296f5
1 changed files with 2 additions and 2 deletions
|
|
@ -14,9 +14,9 @@ if test (hostname) = peach
|
|||
set -g color_host $color_peach
|
||||
else if test (hostname) = alien
|
||||
set -g color_host $color_blue
|
||||
else if test (hostname) = vm-aarch64
|
||||
else if test (hostname) = vm
|
||||
set -g color_host $color_green
|
||||
set -g color_cwd $color_red
|
||||
set -g color_cwd normal
|
||||
else if test (uname) = Darwin
|
||||
set -g color_host $color_yellow
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue