summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@anevia.com>2015-04-01 10:41:31 +0200
committerHugues Hiegel <hugues.hiegel@anevia.com>2015-04-01 10:41:40 +0200
commitc367bb44bfdacbd3c7e7e6859400894217d5903e (patch)
treeff5732ba2e55fb42d4a0ec8f6ff7cf1cebb26af3
parent93f362669f1da5ac5d89ffa1aeb04820dfa5898a (diff)
[Zshrc] user before host/domain (hack)
We’ll need to review the recursive process to parse the most specific config file *BEFORE* the top-level ones..
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 372bdec..8c1a7f6 100644
--- a/zshrc
+++ b/zshrc
@@ -59,10 +59,10 @@ if [ -d $ZDOTDIR ]; then
local root=${2:-$ZDOTDIR}
for f in \
+ user:$USER \
net:$DOMAIN \
host:$HOST \
sys:$OSNAME \
- user:$USER \
user:$SUDO_USER
do
if test -d $root/$f