From 77db37d3506edd006c0d4edc8b216d869a06f30b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 31 May 2021 00:57:13 +0900 Subject: fish shell --- .config/fish/functions/256colors.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/fish/functions/256colors.fish (limited to '.config/fish/functions/256colors.fish') diff --git a/.config/fish/functions/256colors.fish b/.config/fish/functions/256colors.fish new file mode 100644 index 0000000..822447a --- /dev/null +++ b/.config/fish/functions/256colors.fish @@ -0,0 +1,5 @@ +function 256colors + for code in (seq 0 255) + echo -e '\e[38;05;'$code'm '(printf '%3d' $code)': Test' + end +end -- cgit v1.2.3-70-g09d2