diff options
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 |