comparison .bashrc @ 122:9de06ae73372

workaround histcontrol
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 28 Jun 2021 17:15:19 +0000
parents bcea0410143c
children 53006db54871
comparison
equal deleted inserted replaced
121:863ea87be6bb 122:9de06ae73372
23 shopt -s histappend 23 shopt -s histappend
24 24
25 # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) 25 # for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
26 # export HISTSIZE=3000 [readonly on Cirrus :-[ 26 # export HISTSIZE=3000 [readonly on Cirrus :-[
27 export HISTFILESIZE=6000 27 export HISTFILESIZE=6000
28 export HISTIGNORE='[ ]*:&:[fb]g:exit'
28 fi 29 fi
29 30
30 module load gcc # assumed by Prefix 31 module load gcc # assumed by Prefix
31 module load gnu-parallel 32 module load gnu-parallel
32 33