[GRASS-dev] Re: [GRASS GIS] #132: Extend GRASS-command history (at least to 1000) by default

GRASS GIS trac at osgeo.org
Tue May 20 10:43:13 EDT 2008


#132: Extend GRASS-command history (at least to 1000) by default
--------------------------+-------------------------------------------------
  Reporter:  nikos        |       Owner:  grass-dev at lists.osgeo.org
      Type:  enhancement  |      Status:  new                      
  Priority:  major        |   Milestone:  6.4.0                    
 Component:  default      |     Version:  unspecified              
Resolution:               |    Keywords:                           
--------------------------+-------------------------------------------------
Comment (by epatton):

 Using fresh svn update from today, I get a $HISTFILE size of 5000...but
 HISTSIZE gets exported to 3000 in Init.sh:

 {{{
 888:    echo "set history = 3000 savehist = 3000  noclobber ignoreeof" >>
 "$cshrc"
 889:    echo "set histfile = $HOME/.history" >> "$cshrc"
 927:    # save command history in mapset dir and remember more
 928:    export HISTFILE="$LOCATION/.bash_history"
 929:    if [ -z "$HISTSIZE" ] && [ -z "$HISTFILESIZE" ] ; then
 930:    export HISTSIZE=3000
 }}}

 But I can't remember if this difference is due to some change I made
 elsewhere on my system.

 ~ Eric.

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/132#comment:4>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list