dotfiles/bash/.profile
Akemi Izuko f6881cea7a
Init again
The dotfiles are back
2022-09-06 23:34:19 -06:00

9 lines
206 B
Bash

# Infinite history size
export HISTFILESIZE=
export HISTSIZE=
export HISTTIMEFORMAT="%F %T: "
# Different history file to avoid truncation
export HISTFILE=~/.bash_eternal_history
# vim: set ft=sh ff=unix: