fix(shell): add space after setup
This commit is contained in:
parent
d9c346f014
commit
ee2a14660e
3 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue