scripts/zshrc

15 lines
271 B
Bash

HISTFILE=~/.zsh/hist
HISTSIZE=100000
SAVEHIST=10000
setopt appendhistory extendedglob nomatch
unsetopt autocd beep
bindkey -e
bindkey "^[[H" beginning-of-line
bindkey "^[[F" end-of-line
zstyle :compinstall filename '/home/marrub/.zshrc'
autoload -Uz compinit
compinit