dotfiles/dot_bashrc.d/executable_00.bash.init
2020-11-13 08:01:45 +01:00

11 lines
311 B
Bash

#!/usr/bin/env bash
# Bash Options
HISTCONTROL=ignoredups:ignorespace
HISTSIZE=3000
HISTFILESIZE=3000
export HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S "
export HISTIGNORE=$'[ \t]*:&:[fb]g:exit:ls:ll:cd:pwd:history:z'
# inspired (but not all commands used) by https://github.com/jdcapa/bashrc.d/blob/main/00.bash.init