Compare commits
No commits in common. "319f0bb0a9d8c1e7c8de8836db920526d0c5aef5" and "6ac8ce7a60d391d1d31ec4ed4cefe21f91e4d2e4" have entirely different histories.
319f0bb0a9
...
6ac8ce7a60
9
zshrc
9
zshrc
@ -3,10 +3,6 @@ if [[ ! -o interactive ]]; then
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Timeout, in hundredths of seconds, when reading bound multi-character
|
|
||||||
# sequences (default is 0.4 sec.)
|
|
||||||
KEYTIMEOUT=1
|
|
||||||
|
|
||||||
# List of non-alphanumeric characters considered part of a word
|
# List of non-alphanumeric characters considered part of a word
|
||||||
export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
|
export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
|
||||||
|
|
||||||
@ -15,7 +11,6 @@ export LESSHISTFILE=/dev/null
|
|||||||
|
|
||||||
# Disable features like shell or pipe commands and more in less
|
# Disable features like shell or pipe commands and more in less
|
||||||
export LESSSECURE=1
|
export LESSSECURE=1
|
||||||
|
|
||||||
# completion system
|
# completion system
|
||||||
autoload -U compinit; compinit
|
autoload -U compinit; compinit
|
||||||
|
|
||||||
@ -37,10 +32,6 @@ zstyle ':vcs_info:*' formats '%b'
|
|||||||
# Disable beeping on errors
|
# Disable beeping on errors
|
||||||
unsetopt BEEP
|
unsetopt BEEP
|
||||||
|
|
||||||
# Define size for HISTSIZE and SAVEHIST also define path for HISTFILE
|
|
||||||
HISTSIZE=8192
|
|
||||||
SAVEHIST=8192
|
|
||||||
|
|
||||||
# Make cd push the old directory onto the directory stack
|
# Make cd push the old directory onto the directory stack
|
||||||
setopt AUTO_PUSHD
|
setopt AUTO_PUSHD
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user