added zsh settings and uddated emacs init.el
This commit is contained in:
parent
efd43b0cde
commit
556e0783ce
@ -100,7 +100,7 @@
|
||||
;; If there is more than one, they won't work right.
|
||||
'(package-selected-packages
|
||||
(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 was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
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'
|
Loading…
x
Reference in New Issue
Block a user