add term colors
This commit is contained in:
parent
a93c357724
commit
ad4543a58e
1 changed files with 6 additions and 3 deletions
|
@ -332,6 +332,9 @@ wait_file() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
term256_colors() {
|
||||||
alias sshpinotes="TERM=xterm-color ssh ubuntu@162.19.64.118"
|
for i in {0..255}
|
||||||
alias mrustc="MRUSTC_TARGET_VER=1.54 /home/mb/Projects/mrustc/bin/mrustc -L /home/mb/Projects/mrustc/output-1.54.0"
|
do
|
||||||
|
print -Pn "%K{$i} %k%F{$i}${(l:3::0:)i}%f " ${${(M)$((i%6)):#3}:+$'\n'}
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue