added zsh settings and uddated emacs init.el

This commit is contained in:
Grant
2017-02-02 09:40:01 -07:00
parent efd43b0cde
commit 556e0783ce
2 changed files with 14 additions and 1 deletions

13
zsh_commonrc Normal file
View File

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