From: Gabriel Dunne Date: Fri, 22 Jan 2021 23:12:01 +0000 (-0800) Subject: Formatting .zshrc X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=055f6a7f5e1114ff53d414871de31ea407531945;p=cfg.git Formatting .zshrc --- diff --git a/.zshrc b/.zshrc index 78e17ee..acee765 100644 --- a/.zshrc +++ b/.zshrc @@ -1,10 +1,14 @@ if [[ "$OSTYPE" == "darwin"* ]]; then + + # if OSX if [[ -e ~/.zsh-darwin ]]; then source ~/.zsh-darwin fi + else + # Linux or other - # Source zsh configuration + # Source zsh config if [[ -e ~/.zsh-config ]]; then source ~/.zsh-config fi