fix(shell): add space after setup

This commit is contained in:
Barrett Ruth 2026-02-18 15:36:19 -05:00
parent d9c346f014
commit ee2a14660e
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 6 additions and 5 deletions

View file

@ -3,7 +3,7 @@ for _hm in "/etc/profiles/per-user/$(id -un)" "$HOME/.nix-profile"; do
done
unset _hm
shopt -s autocd histappend
shopt -s autocd globstar histappend
HISTFILE="${XDG_STATE_HOME:-$HOME/.local/state}/bash_history"
HISTSIZE=2000