Skip to content

Commit eb1daca

Browse files
author
Matthew Terwilliger
committed
Update zshrc
1 parent c91b5d9 commit eb1daca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zshrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ SAVEHIST=10000000
1414
setopt INC_APPEND_HISTORY
1515
setopt SHARE_HISTORY
1616
setopt HIST_SAVE_NO_DUPS
17+
setopt AUTO_PUSHD
18+
setopt AUTO_CD
1719

1820
bindkey -e
1921
# End of lines configured by zsh-newuser-install
@@ -26,8 +28,6 @@ export TERM="screen-256color"
2628

2729
bindkey "^[[3~" delete-char
2830

29-
setopt AUTO_PUSHD
30-
3131
if [[ $ITERM_PROFILE == "Light" ]]; then
3232
export LIGHT_COLORS=1
3333
fi

0 commit comments

Comments
 (0)