From 055f6a7f5e1114ff53d414871de31ea407531945 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 22 Jan 2021 15:12:01 -0800 Subject: [PATCH] Formatting .zshrc --- .zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.34.1