scripts/zshrc

17 lines
316 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
alias rebuild=$HOME/bin/_scripts/rebuild.sh