From 9a3f6cc532080a5b7095037835f778c9a621f642 Mon Sep 17 00:00:00 2001 From: Christian Höltje Date: Wed, 18 Mar 2015 22:45:22 -0400 Subject: Changes the priority to: hosts->tags->default This changes the order that things are pulled in so that: 1. Hosts take priority over everything. 2. Tags take priority over default. 3. Default takes priority over nothing. Closes #94 --- test/rcrc-hostname.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/rcrc-hostname.t') diff --git a/test/rcrc-hostname.t b/test/rcrc-hostname.t index 1008cd9..f2ad722 100644 --- a/test/rcrc-hostname.t +++ b/test/rcrc-hostname.t @@ -13,9 +13,9 @@ The hostname can be set in ~/.rcrc $ echo 'HOSTNAME="eggplant_firetruck"' > $HOME/.rcrc $ lsrc - /*/.example:/*/.dotfiles/example (glob) /*/.nh-example:/*/.dotfiles/host-eggplant_firetruck/nh-example (glob) + /*/.example:/*/.dotfiles/example (glob) $ lsrc -B haircut_hammer - /*/.example:/*/.dotfiles/example (glob) /*/.nh-example:/*/.dotfiles/host-haircut_hammer/nh-example (glob) + /*/.example:/*/.dotfiles/example (glob) -- cgit v1.2.3