I like Zshell. I'm not going to detail why. That's not why I'm writing this. I'm writing this to save a copy of my favorite minimal .zshrc settings in an easily accessible place. Here goes:
HISTFILE=~/.zhistfile
HISTSIZE=100
SAVEHIST=10
PATH=~username/jdk1.6.0_17/bin:$PATH
JAVA_HOME=~username/jdk1.6.0_17
RPROMPT=' %~'
bindkey -e
zstyle :compinstall filename '/home/username/.zshrc'
autoload -Uz compinit
compinit
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment