]> git.quilime.com - cfg.git/commitdiff
Formatting .zshrc
authorGabriel Dunne <gdunne@quilime.com>
Fri, 22 Jan 2021 23:12:01 +0000 (15:12 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Fri, 22 Jan 2021 23:12:01 +0000 (15:12 -0800)
.zshrc

diff --git a/.zshrc b/.zshrc
index 78e17ee9a776bcda475e8d60c0f131d41404a34c..acee765d96c750802c1799da30bdf74e485e6be4 100644 (file)
--- 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