~xdavidwu/dotfiles

1649c9dd82c501229a2a6468f48a43cd6d44f543 — xdavidwu 2 years ago 3d7b2e4
bash: use histappend
1 files changed, 2 insertions(+), 0 deletions(-)

M .bashrc
M .bashrc => .bashrc +2 -0
@@ 5,6 5,8 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return

shopt -s histappend

# sanitize
# alpine exports PS1
export -n PS1