devconf/install/.zshrc

10 lines
172 B
Bash
Raw Normal View History

2020-02-18 21:26:59 +00:00
# Use Oh My Zsh
2020-02-20 18:19:24 +00:00
export ZSH="$(echo $HOME)/.oh-my-zsh"
2020-02-18 21:26:59 +00:00
source $ZSH/oh-my-zsh.sh
# Use zplug
source ~/.zplug/init.zsh
# Use custom config
2020-02-19 09:14:24 +00:00
source ~/.devconf/zshcfg/init.zsh