1 2 3 4 5 6 7 8 9 10
#!/usr/bin/env bash shopt -s histappend shopt -s histreedit shopt -s histverify [[ ${HISTFILE} =~ (_bash)+$ ]] && HISTFILE="${HISTFILE}_bash" HISTCONTROL=erasedups:ignorespace HISTFILESIZE=$HISTSIZE HISTTIMEFORMAT="[%F %T] "
Consider giving Nix/NixOS a try! <3