D1351.history-timestamp.bash (267B)
1 # bashrc 2 3 HISTFILE=A.txt 4 HISTTIMEFORMAT='[%F %T] ' 5 #HISTTIMEFORMAT= 6 #HISTTIMEFORMAT='__ble_time_%s__' 7 HISTSIZE= 8 HISTFILESIZE= 9 shopt -s histappend 10 source out/ble.sh 11 12 #bleopt history_lazyload= 13 #ble-attach 14 15 #bleopt history_share=1 16 17 blehook PRECMD+='builtin history -a'