From 2798807fa0958728bb01ce805aee3ec902b2b905 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 11 Sep 2016 03:34:31 +0800 Subject: [PATCH] Remove unused functions. --- .bashrc | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.bashrc b/.bashrc index d370123..ffc6157 100644 --- a/.bashrc +++ b/.bashrc @@ -40,21 +40,6 @@ export PATH="$HOME/bin:$HOME/node_modules/.bin:/usr/local/sbin:/usr/sbin:/sbin:$ export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/" export QUILT_PATCHES="debian/patches" # -function http10() -{ - echo "$1 $2 HTTP/1.0" - echo "Connection: close" - echo "" -} - -function http11() -{ - echo "$1 $3 HTTP/1.1" - echo "Host: $2" - echo "Connection: close" - echo "" -} -# # Hack for gnome-terminal if [ "$COLORTERM" == "gnome-terminal" -a -z "$TMUX" -a -z "$SCREEN" ]; then export TERM=xterm-256color