From bcbcd8d4e902a1242b2b2144b8f3c1ea965b7e6a Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 17 Sep 2013 14:58:56 -0700 Subject: [PATCH] correct pager, use destiny, alias gfap --- .zshenv | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.zshenv b/.zshenv index ab2642f..732e6a0 100644 --- a/.zshenv +++ b/.zshenv @@ -134,9 +134,9 @@ export MAILCHECK=0 #export AWT_TOOLKIT=XToolkit export _JAVA_AWT_WM_NONREPARENTING=1 if [ -x `whence less` ] ; then - export PAGER==less + export PAGER='less -R' else - export PAGER==more + export PAGER=more fi if [ -z "$PERL5LIB" ] ; then # If PERL5LIB wasn't previously defined, set it... @@ -201,7 +201,7 @@ alias et="TERM=rxvt-256color; emacsclient -t" alias ec="emacsclient -c --eval '(set-background-color \"black\")'" alias ecx="emacsclient --eval '(make-frame-on-display \"$DISPLAY\")'" #alias s="TERM=xterm;ssh serenity.cat.pdx.edu" -alias s="TERM=rxvt;ssh hunner@serenity.cat.pdx.edu" +alias s="TERM=rxvt;ssh hunner@destiny.cat.pdx.edu" alias f="TERM=rxvt;ssh hunner@firefly.cat.pdx.edu" alias z="TERM=rxvt;ssh hunner@zabava.cat.pdx.edu" alias o="TERM=rxvt;ssh hunner@osiris.cat.pdx.edu" @@ -245,6 +245,7 @@ alias gdc="git diff --cached" alias gc="git commit" alias gca="git commit --amend" alias gfa="git fetch --all" +alias gfap="git fetch --all --prune" alias gr="git remote -v show" alias gp="git push" alias gu="git pull"