From 89a55cecfa15373d54f826083040adcc7213a5dd Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 27 Apr 2013 16:40:36 +0900 Subject: [PATCH] remove func _colors --- bashrc | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/bashrc b/bashrc index 564ed14..0cd0565 100755 --- a/bashrc +++ b/bashrc @@ -595,28 +595,6 @@ convmv-sjis2utf8-notest(){ convmv -r -f sjis -t utf8 * --notest } -_colors(){ - echo -e \ - "\e[30mBlack" \ - "\e[31mRed" \ - "\e[32mGreen" \ - "\e[33mYellow" \ - "\e[34mBlue" \ - "\e[35mMagenta" \ - "\e[36mCyan" \ - "\e[37mWhite" - echo -e \ - "\e[30;1mBright Black" \ - "\e[31;1mBright Red" \ - "\e[32;1mBright Green" \ - "\e[33;1mBright Yellow" \ - "\e[34;1mBright Blue" \ - "\e[35;1mBright Magenta" \ - "\e[36;1mBright Cyan" \ - "\e[37;1mBright White\n" \ - "\e[0m" -} - winln(){ # for windose make link (actually junction) if test $# -eq 0