From 15b644456e8838c280f257f563214c9e1bdc00c9 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 10 Jun 2017 17:23:21 -0400 Subject: Move files to one files directory --- linux/console.sh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 linux/console.sh (limited to 'linux') diff --git a/linux/console.sh b/linux/console.sh deleted file mode 100755 index 2f372345..00000000 --- a/linux/console.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/env zsh - -# Set the console color palette. - -color() { - print -n "\e]P${1}${2}" -} - -color 0 '1d2021' -color 1 'cc241d' -color 2 '98991a' -color 3 'd89a22' -color 4 '468589' -color 5 'b16286' -color 6 '689e6a' -color 7 'a99a84' - -color 8 '938374' -color 9 'fc4935' -color a 'b8ba26' -color b 'fbbe2f' -color c '83a699' -color d 'd4869c' -color e '8fc17d' -color f 'eddbb3' - -clear -- cgit 1.4.1 itch'>twitch IRC client
summary refs log tree commit diff
path: root/sshd_config (unfollow)
Commit message (Expand)Author
2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe
2018-09-10Set LESSSECURE=1 in man.shJune McEnroe
2018-09-10Add /man commandJune McEnroe
2018-09-10Install man page in chrootJune McEnroe
2018-09-10Install man pageJune McEnroe
2018-09-10Split keys into subsections and document colorsJune McEnroe
2018-09-10Add "blank" lines to chatte.1June McEnroe
2018-09-10Document key bindings in chatte.1June McEnroe
2018-09-08Document slash commands in chatte.1June McEnroe