11 lines
191 B
Bash
11 lines
191 B
Bash
|
# Use Oh My Zsh
|
||
|
export ZSH="/home/dhalucario/.oh-my-zsh"
|
||
|
source $ZSH/oh-my-zsh.sh
|
||
|
|
||
|
# Use zplug
|
||
|
source ~/.zplug/init.zsh
|
||
|
|
||
|
# Use custom config
|
||
|
source /home/dhalucario/.devconf/zshcfg/init.zsh
|
||
|
|