added zsh settings and uddated emacs init.el
This commit is contained in:
13
zsh_commonrc
Normal file
13
zsh_commonrc
Normal 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'
|
||||
Reference in New Issue
Block a user