diff options
author | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-03-26 15:37:16 -0400 |
---|---|---|
committer | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-03-26 15:37:16 -0400 |
commit | 9f577831d7c083ca84b94360235190ced4d27416 (patch) | |
tree | 9b5ab98bab0d2c14a03b80b86a38868b1f41b073 /.profile | |
parent | 7818aad67cb48d86fe878057fdae96015f5c5898 (diff) | |
download | openwrt-repro-9f577831d7c083ca84b94360235190ced4d27416.tar.gz openwrt-repro-9f577831d7c083ca84b94360235190ced4d27416.zip |
changes from charm; huge addressbook?
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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" |