summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-04-01 11:38:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-04-01 11:41:03 -0700
commit5884cc8a83ad4d498e2bbfc77286633982f8180f (patch)
tree5f1ff8850fb7eafb507484b45ed467a3d60d9af5
parentb81fb3a8f7d91552c52f9b4d3ce5b5d6e8613ba3 (diff)
downloaddotfiles-5884cc8a83ad4d498e2bbfc77286633982f8180f.tar.gz
add pwd to bash's HISTIGNORE, drop superfluous quotation
-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