diff options
author | xyz <gky44px1999@gmail.com> | 2022-11-08 17:26:05 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-11-08 17:26:05 -0800 |
commit | f494fd07b8db8934fd6a8c9b3e12476bd73136b4 (patch) | |
tree | 8799b8d05878896aae85045985ede92c7f42f6ac /home/xyz/.profile | |
parent | a2e15e1de818938603147c75d80518188f9391c8 (diff) |
.profile, bash history ignore command start with space
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index 118f63db..f6dd5e8c 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -18,6 +18,7 @@ PATH="$(find "$HOME/.local/bin" -type d -exec printf '%s:' '{}' \+)$PATH" export PATH export HISTSIZE=15000 export HISTFILESIZE=15000 +export HISTCONTROL=ignorespace export EDITOR=nvim export BROWSER=firefox |