devconf/install/.zshrc

11 lines
191 B
Bash
Raw Normal View History

2020-02-18 21:26:59 +00:00
# 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