Fixes from work

This commit is contained in:
Barak Michener 2012-02-23 14:21:07 -08:00
parent ab6b28e67c
commit 8505010d1e
4 changed files with 10 additions and 5 deletions

View file

@ -9,6 +9,7 @@ BLOCKSIZE=K; export BLOCKSIZE
EDITOR=vim; export EDITOR
PAGER=less; export PAGER
#Foo
# set ENV to a file invoked each time sh is started for interactive use.
ENV=$HOME/.bashrc; export ENV