2020-02-18 21:26:59 +00:00
|
|
|
# Use Oh My Zsh
|
2020-02-18 21:29:42 +00:00
|
|
|
export ZSH="$(pwd)/.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
|
|
|
|
source /home/dhalucario/.devconf/zshcfg/init.zsh
|