summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
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"