summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@charm.mit.edu>2008-03-26 15:37:16 -0400
committerBryan Newbold <bnewbold@charm.mit.edu>2008-03-26 15:37:16 -0400
commit9f577831d7c083ca84b94360235190ced4d27416 (patch)
tree9b5ab98bab0d2c14a03b80b86a38868b1f41b073 /.profile
parent7818aad67cb48d86fe878057fdae96015f5c5898 (diff)
downloadopenwrt-repro-9f577831d7c083ca84b94360235190ced4d27416.tar.gz
openwrt-repro-9f577831d7c083ca84b94360235190ced4d27416.zip
changes from charm; huge addressbook?
Diffstat (limited to '.profile')
-rw-r--r--.profile5
1 files changed, 1 insertions, 4 deletions
diff --git a/.profile b/.profile
index c6728f7..deae019 100644
--- a/.profile
+++ b/.profile
@@ -19,7 +19,7 @@ MAVEN_HOME="/usr/local/share/java/maven"; export MAVEN_HOME
BLOCKSIZE=K; export BLOCKSIZE
EDITOR=vim; export EDITOR
-PAGER="less"; export PAGER
+PAGER="less -R"; export PAGER
# set ENV to a file invoked each time sh is started for interactive use.
ENV=$HOME/.shrc; export ENV
@@ -32,6 +32,3 @@ esac
alias ls="ls -G"
alias xterm_="xterm -rv +sb -ls"
-alias ":q"="exit"
-alias ":wq"="exit"
-alias ":q!"="exit"