changes
This commit is contained in:
parent
bdc3d05227
commit
6f2f3c19fb
1 changed files with 2 additions and 2 deletions
|
|
@ -14,9 +14,9 @@ if test (hostname) = peach
|
||||||
set -g color_host $color_peach
|
set -g color_host $color_peach
|
||||||
else if test (hostname) = alien
|
else if test (hostname) = alien
|
||||||
set -g color_host $color_blue
|
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_host $color_green
|
||||||
set -g color_cwd $color_red
|
set -g color_cwd normal
|
||||||
else if test (uname) = Darwin
|
else if test (uname) = Darwin
|
||||||
set -g color_host $color_yellow
|
set -g color_host $color_yellow
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue