inital commit
This commit is contained in:
4
.zsh/functions.zsh
Normal file
4
.zsh/functions.zsh
Normal file
@@ -0,0 +1,4 @@
|
||||
# Colormap
|
||||
function colormap() {
|
||||
for i in {0..255}; do print -Pn "%K{$i} %k%F{$i}${(l:3::0:)i}%f " ${${(M)$((i%6)):#3}:+$'\n'}; done
|
||||
}
|
||||
Reference in New Issue
Block a user