1 parent 1719f50 commit 7b0e83dCopy full SHA for 7b0e83d
1 file changed
zsh/config
@@ -9,10 +9,6 @@ if [[ "${OSTYPE:0:6}" = darwin ]]; then
9
source /etc/zshrc
10
fi
11
12
-# makes color constants available
13
-autoload -U colors
14
-colors
15
-
16
fpath=(~/.dotfiles/zsh/functions $fpath)
17
18
autoload -U ~/.dotfiles/zsh/functions/*(:t)
@@ -29,13 +25,6 @@ setopt LOCAL_OPTIONS
29
25
# Allow functions to work with traps
30
26
setopt LOCAL_TRAPS
31
27
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
39
28
# Leave =/&; out of WORDCHARS so ^W acts more nicely
40
# Default: *?_-.[]~=/&;!#$%^(){}<>
41
WORDCHARS='*?_-.[]~\!#$%^(){}<>|`@#$%^*()+:?''`'
0 commit comments