2012-03-08 17:12:55 +00:00
|
|
|
#default apps
|
|
|
|
export EDITOR="vim"
|
2012-04-03 01:45:05 +00:00
|
|
|
export PAGER="most"
|
2012-03-08 17:12:55 +00:00
|
|
|
#history stuff
|
|
|
|
# number of lines kept in history
|
|
|
|
export HISTSIZE=1000
|
|
|
|
# number of lines saved in the history after logout
|
|
|
|
export SAVEHIST=1000
|
|
|
|
# location of history
|
|
|
|
export HISTFILE=~/.zhistory
|