14 lines
162 B
Plaintext
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'
|