correct pager, use destiny, alias gfap

This commit is contained in:
Hunter Haugen 2013-09-17 14:58:56 -07:00
parent b3b1c2c79f
commit bcbcd8d4e9

View file

@ -134,9 +134,9 @@ export MAILCHECK=0
#export AWT_TOOLKIT=XToolkit #export AWT_TOOLKIT=XToolkit
export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_AWT_WM_NONREPARENTING=1
if [ -x `whence less` ] ; then if [ -x `whence less` ] ; then
export PAGER==less export PAGER='less -R'
else else
export PAGER==more export PAGER=more
fi fi
if [ -z "$PERL5LIB" ] ; then if [ -z "$PERL5LIB" ] ; then
# If PERL5LIB wasn't previously defined, set it... # 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 ec="emacsclient -c --eval '(set-background-color \"black\")'"
alias ecx="emacsclient --eval '(make-frame-on-display \"$DISPLAY\")'" alias ecx="emacsclient --eval '(make-frame-on-display \"$DISPLAY\")'"
#alias s="TERM=xterm;ssh serenity.cat.pdx.edu" #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 f="TERM=rxvt;ssh hunner@firefly.cat.pdx.edu"
alias z="TERM=rxvt;ssh hunner@zabava.cat.pdx.edu" alias z="TERM=rxvt;ssh hunner@zabava.cat.pdx.edu"
alias o="TERM=rxvt;ssh hunner@osiris.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 gc="git commit"
alias gca="git commit --amend" alias gca="git commit --amend"
alias gfa="git fetch --all" alias gfa="git fetch --all"
alias gfap="git fetch --all --prune"
alias gr="git remote -v show" alias gr="git remote -v show"
alias gp="git push" alias gp="git push"
alias gu="git pull" alias gu="git pull"