summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-02-01 21:08:47 -0500
committerJune McEnroe <june@causal.agency>2018-02-01 21:09:34 -0500
commitf5d94518ed48aae301e08ef9dc60b3ad7cf81ad8 (patch)
treef4c7cc00bfdb93c0eaa1e686c6c796d9ac3395ba
parentUncapitalize "framebuffer" (diff)
downloadsrc-f5d94518ed48aae301e08ef9dc60b3ad7cf81ad8.tar.gz
src-f5d94518ed48aae301e08ef9dc60b3ad7cf81ad8.zip
Set auto_pushd
Diffstat (limited to '')
-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
 
1e6e7f8f76472c07134&follow=1'>Add index.htmlJune McEnroe 2017-07-30Add snapshot.shJune McEnroe 2017-07-30Fix termcap patch for background colorsJune McEnroe 2017-07-30Update helpJune McEnroe 2017-07-30Fix help to track colorJune McEnroe 2017-07-30Support background colorsJune McEnroe 2017-07-30Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe