blob: bc93566c10e6c47938832e93be212d145faf565b (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env zsh
declare col{br,name,at,host,dir}=magenta
if [ "$TERM" != "linux" ]; then
declare col{br,at}=147 # LightSteelBlue
declare col{name,host}=189 # LightSteelBlue1
coldir=146 # LightSteelBlue3
fi
|