diff --git a/bash/.config/bash/01_exports.bash b/bash/.config/bash/01_exports.bash index 9c6c14e..fb474e0 100644 --- a/bash/.config/bash/01_exports.bash +++ b/bash/.config/bash/01_exports.bash @@ -1,2 +1,6 @@ +# History +mkdir -p "${XDG_STATE_HOME}"/bash +export HISTFILE="${XDG_STATE_HOME}"/bash/history + # Prompt export PS1="\[\e[0;90m\][\[\e[0;37m\]\u\[\e[0;37m\]@\[\e[0;37m\]\H\[\e[0;90m\]] \[\e[0;90m\](\[\e[0;37m\]\W\[\e[0;90m\]) \[\e[0;37m\]\$\[\e[0m\] "