diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-01 14:38:32 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-01 18:54:53 +0200 |
| commit | c72bebb8c84ecc36bec493a39d2759b948cbe728 (patch) | |
| tree | 9b21b5fa18ce316b34123c353839f1b098461554 /.config/bash | |
| parent | de168e5e6293a7486b879c2c610d3ca65ea4ef66 (diff) | |
| download | dotfiles-c72bebb8c84ecc36bec493a39d2759b948cbe728.tar.gz dotfiles-c72bebb8c84ecc36bec493a39d2759b948cbe728.zip | |
refactor: format
Diffstat (limited to '.config/bash')
| -rw-r--r-- | .config/bash/bashrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc index aeceb1f..02f8273 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -45,11 +45,11 @@ if [[ $TERM == +(xterm-256color|tmux-256color|foot) ]]; then fi # History -shopt -s histappend # append to instead of overwriting HISTFILE -export HISTSIZE=1000 # number of commands to save in history -export HISTTIMEFORMAT='%F %T ' # history entry timesptamp format, also enables multi-line entries -export HISTFILESIZE=-1 # don't truncate history -export HISTCONTROL="ignoreboth" # don't save duplicate lines or lines starting with a space +shopt -s histappend # append to instead of overwriting HISTFILE +export HISTSIZE=1000 # number of commands to save in history +export HISTTIMEFORMAT='%F %T ' # history entry timesptamp format, also enables multi-line entries +export HISTFILESIZE=-1 # don't truncate history +export HISTCONTROL="ignoreboth" # don't save duplicate lines or lines starting with a space # Completion source_if_readable /usr/share/bash-completion/bash_completion # see https://github.com/scop/bash-completion/#bash-completion |
