about summary refs log tree commit diff
path: root/bash/.bash.d/20_history.bash
blob: 942b884f953b3ebdc94fd7fbd0fc17c384f8160b (plain) (blame)
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