Files
dotfiles/zsh_commonrc
2017-02-02 09:40:01 -07:00

14 lines
162 B
Plaintext

ZSH_THEME="zhann"
plugins=(git mercurial)
source $ZSH/oh-my-zsh.sh
setopt noincappendhistory
setopt nosharehistory
export EDITOR=emacs
alias ls='ls -Galp'