]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
Added OS specific file for Darwin computers (Mac OS X).
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index b4405066ec47509af2618e7f7c24d4ab022d0478..e7d243afbe7648004ba6b48291a669e26af7534c 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -123,5 +123,7 @@ function ll() {
 }
 
 
+# Load rc file for current OS.
+source_config ~/.zsh os rc $(uname) nolocal
 # Load rc file for current hostname (first part before a dot) or rc.local.
 source_config ~/.zsh host rc ${$(hostname)//.*/}