summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-01 21:08:47 -0500
committerJune McEnroe <programble@gmail.com>2018-02-01 21:09:34 -0500
commit9f3407a9efe090ffad5e635f2ec5c8281c90d404 (patch)
treeebc125de0cd795fd76c74cd6991edd9dbdb8b04b /home
parentUncapitalize "framebuffer" (diff)
downloadsrc-9f3407a9efe090ffad5e635f2ec5c8281c90d404.tar.gz
src-9f3407a9efe090ffad5e635f2ec5c8281c90d404.zip
Set auto_pushd
Diffstat (limited to 'home')
-rw-r--r--home/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.zshrc b/home/.zshrc
index a5bcac77..16772077 100644
--- a/home/.zshrc
+++ b/home/.zshrc
@@ -1,5 +1,5 @@
 unsetopt beep
-setopt nomatch interactive_comments
+setopt auto_pushd nomatch interactive_comments
 setopt inc_append_history hist_ignore_dups
 HISTFILE=~/.history HISTSIZE=5000 SAVEHIST=5000