From c175909dc418b2cd3286b203294d63b557bb3a8f Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Tue, 23 Mar 2010 02:32:24 +0800 Subject: [PATCH] - Add EDITOR & PAGER environment. --- .bashrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.bashrc b/.bashrc index db6d1fe..8a84334 100644 --- a/.bashrc +++ b/.bashrc @@ -19,13 +19,12 @@ alias s="screen" alias ssh="ssh -4 -C -e none" alias t="telnet" # +export EDITOR="/usr/bin/vim" +export PAGER="/usr/bin/most" +# shopt -s checkwinsize shopt -s histappend # -if [ -z "$PS1" ]; then - return -fi -# if [ -z "$WINDOW" ]; then PS1='\[\e[0m\e[32m\]\u\[\e[0m\]@\[\e[36m\]\h\[\e[0m\] [\[\e[32m\]\w\[\e[0m\]] [\[\e[36m\]\A\[\e[0m\]] ' else