Add my custom

This commit is contained in:
Michael W Clark 2022-10-14 00:36:46 -05:00
commit 93d04724a7
10 changed files with 164 additions and 3 deletions

4
custom/exports.zsh Executable file
View file

@ -0,0 +1,4 @@
export ZSH=$HOME/.oh-my-zsh
export PATH=$HOME/bin:/usr/local/bin:$PATH
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
export ZSH_THEME="dallas"