diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-06-01 22:23:49 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-06-01 22:23:49 +0900 |
| commit | 851b47f00b199a6454a47945eaf065f5a183185c (patch) | |
| tree | 1a2092cb383a69ea2b5d4a09b45c960bfe829bf0 /.config/fish/functions/256colors.fish | |
| parent | 685f99f184858c8367868ebc8701522b765889c9 (diff) | |
| download | dotfiles-851b47f00b199a6454a47945eaf065f5a183185c.tar.gz dotfiles-851b47f00b199a6454a47945eaf065f5a183185c.tar.zst dotfiles-851b47f00b199a6454a47945eaf065f5a183185c.zip | |
Revert "fish shell"
This reverts commit 77db37d3506edd006c0d4edc8b216d869a06f30b.
Diffstat (limited to '.config/fish/functions/256colors.fish')
| -rw-r--r-- | .config/fish/functions/256colors.fish | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/fish/functions/256colors.fish b/.config/fish/functions/256colors.fish deleted file mode 100644 index 822447a..0000000 --- a/.config/fish/functions/256colors.fish +++ /dev/null @@ -1,5 +0,0 @@ -function 256colors - for code in (seq 0 255) - echo -e '\e[38;05;'$code'm '(printf '%3d' $code)': Test' - end -end |
