aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/config/common.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-06-15 23:10:56 -0700
committerGravatar Tom Willemse2023-06-15 23:10:56 -0700
commit752a3152b43b833eb26c53f1d6603680b5d2a7a6 (patch)
tree8aaaf2b26355d02008e0890e67fd2ca3efb0a8a7 /oni/home/config/common.scm
parent921724c48f0cb472a7e0ae30c15d0ea5a8afc686 (diff)
downloadnew-dotfiles-752a3152b43b833eb26c53f1d6603680b5d2a7a6.tar.gz
new-dotfiles-752a3152b43b833eb26c53f1d6603680b5d2a7a6.zip
Enable hiding commands that start with a space in ZSH
Diffstat (limited to 'oni/home/config/common.scm')
-rw-r--r--oni/home/config/common.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/oni/home/config/common.scm b/oni/home/config/common.scm
index 72ff0f0..f371958 100644
--- a/oni/home/config/common.scm
+++ b/oni/home/config/common.scm
@@ -93,6 +93,7 @@
"alias hc=herbstclient\n"
"setopt SHARE_HISTORY\n"
"setopt HIST_IGNORE_ALL_DUPS\n"
+ "setopt HIST_IGNORE_SPACE\n"
"setopt PROMPT_SUBST\n"
"zle -N x-copy-region-as-kill\n"
"zle -N x-kill-region\n"