X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=e7d243afbe7648004ba6b48291a669e26af7534c;hb=405eab4d875e929911146a95366e40d4a6c5d2b2;hp=b4405066ec47509af2618e7f7c24d4ab022d0478;hpb=1e4e887325bc25dabad6ee9b43d815d5c149710d;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index b440506..e7d243a 100644 --- 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)//.*/}