Skip to content

Commit 7b0e83d

Browse files
committed
zsh: remove unused config options
1 parent 1719f50 commit 7b0e83d

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

zsh/config

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ if [[ "${OSTYPE:0:6}" = darwin ]]; then
99
source /etc/zshrc
1010
fi
1111

12-
# makes color constants available
13-
autoload -U colors
14-
colors
15-
1612
fpath=(~/.dotfiles/zsh/functions $fpath)
1713

1814
autoload -U ~/.dotfiles/zsh/functions/*(:t)
@@ -29,13 +25,6 @@ setopt LOCAL_OPTIONS
2925
# Allow functions to work with traps
3026
setopt LOCAL_TRAPS
3127

32-
# Make cd push the old directory onto the directory stack.
33-
setopt AUTO_PUSHD
34-
35-
# Exchanges the meanings of `+' and `-' when used with a number to specify a
36-
# directory in the stack.
37-
setopt PUSHD_MINUS
38-
3928
# Leave =/&; out of WORDCHARS so ^W acts more nicely
4029
# Default: *?_-.[]~=/&;!#$%^(){}<>
4130
WORDCHARS='*?_-.[]~\!#$%^(){}<>|`@#$%^*()+:?''`'

0 commit comments

Comments
 (0)