13 lines
202 B
Bash
13 lines
202 B
Bash
|
|
HISTFILE=~/.histfile
|
|
HISTSIZE=1000
|
|
SAVEHIST=10000
|
|
setopt autocd extendedglob nomatch notify
|
|
unsetopt beep
|
|
bindkey -v
|
|
|
|
zstyle :compinstall filename '/home/poslop/.zshrc'
|
|
|
|
autoload -Uz compinit
|
|
compinit
|