From: Simon Ruderich Date: Sat, 4 Oct 2008 16:00:27 +0000 (+0200) Subject: Moved host specific configuration files to own directory. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=b1bcb3541e2900b42f32a3bb2a73c9d9af6356ca;p=config%2Fdotfiles.git Moved host specific configuration files to own directory. This makes sure the directory isn't cluttered when OS specific files are added in the future. --- diff --git a/bash/rc.zucker b/bash/host/rc.zucker similarity index 100% rename from bash/rc.zucker rename to bash/host/rc.zucker diff --git a/bash/rc b/bash/rc index 9f84fc7..20f20e6 100644 --- a/bash/rc +++ b/bash/rc @@ -26,4 +26,4 @@ set -o vi # Load rc file for current hostname (first part before a dot) or rc.local. -source_config ~/.bash "" rc $host +source_config ~/.bash host rc $host diff --git a/zsh/env b/zsh/env index a3725b3..e1384b0 100644 --- a/zsh/env +++ b/zsh/env @@ -18,4 +18,4 @@ fi source_config ~/.shell "" env $host # Load env file for current hostname (first part before a dot) or env.local. -source_config ~/.zsh "" env $host +source_config ~/.zsh host env $host diff --git a/zsh/env.peters-g5 b/zsh/host/env.peters-g5 similarity index 100% rename from zsh/env.peters-g5 rename to zsh/host/env.peters-g5 diff --git a/zsh/env.zucker b/zsh/host/env.zucker similarity index 100% rename from zsh/env.zucker rename to zsh/host/env.zucker diff --git a/zsh/rc.zucker b/zsh/host/rc.zucker similarity index 100% rename from zsh/rc.zucker rename to zsh/host/rc.zucker diff --git a/zsh/rc b/zsh/rc index 7b0e7d2..b440506 100644 --- a/zsh/rc +++ b/zsh/rc @@ -124,4 +124,4 @@ function ll() { # Load rc file for current hostname (first part before a dot) or rc.local. -source_config ~/.zsh "" rc ${$(hostname)//.*/} +source_config ~/.zsh host rc ${$(hostname)//.*/}