summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 30eccf57..4cbcbb68 100644
--- a/.bashrc
+++ b/.bashrc
@@ -24,5 +24,5 @@ esac
HISTCONTROL=ignorespace:ignoredups
HISTSIZE=5000
HISTFILESIZE=5000
-HISTIGNORE="ls" # colon-separated
+HISTIGNORE=ls:pwd
shopt -s histappend