mahbinstuff/zshrc-old

18 lines
427 B
Text
Raw Normal View History

2013-08-24 14:39:23 +03:00
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory extendedglob
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/truck/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
export PATH=$PATH:/home/truck/bin
export EDITOR=jed
export LESS='-X -R -F'