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

View File

@ -100,7 +100,7 @@
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(package-selected-packages '(package-selected-packages
(quote (quote
(go-mode jq-mode web-beautify use-package tern-auto-complete rustfmt racer neotree magit json-reformat js2-highlight-vars jedi helm flymake-rust flycheck-rust csharp-mode company-jedi cargo)))) (swift-mode swift3-mode go-mode jq-mode web-beautify use-package tern-auto-complete rustfmt racer neotree magit json-reformat js2-highlight-vars jedi helm flymake-rust flycheck-rust csharp-mode company-jedi cargo))))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.

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'