Changeset 3c848da in lab.git for TipAndDoc/.bashrc


Ignore:
Timestamp:
Jul 16, 2018 12:27:43 PM (6 years ago)
Author:
Ken-ichi Mito <mitty@…>
Branches:
master
Parents:
a53ff5b
Message:

append a session's history on shell exit and unlimited history list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TipAndDoc/.bashrc

    ra53ff5b r3c848da  
    1212shopt -s no_empty_cmd_completion    # no complementation with no input 
    1313shopt -s histverify     # check command history before execute 
     14shopt -s histappend 
     15 
     16# unlimited history list 
     17export HISTFILESIZE=-1 
     18export HISTSIZE=-1 
    1419 
    1520 
Note: See TracChangeset for help on using the changeset viewer.