main
59c7d64 ยท 8 days ago 139 commits
 1export ZSH="$HOME/.config/zsh"
 2source $ZSH/exports.zsh
 3
 4if [[ -o interactive ]]; then
 5	source $ZSH/options.zsh
 6	source $ZSH/init.zsh
 7	source $ZSH/keybinds.zsh 
 8	source $ZSH/aliases.zsh 
 9	source $ZSH/plugins.zsh
10fi