Open ratijas opened 4 years ago
Also, man page for rcdn(1) is not very clear about this.
-t TAG — remove dotfiles according to TAG
It is not clear from the definition of the flag whether it will remove only according to TAG, or in addition to it.
Description
Attempt to remove tag-specific dotfiles via
rcdn -v -t some-tag
removes host-specific files.I have
HOSTNAME
set in my.rcrc
config, but it does not seem to matter.Expected behavior
Leave host-specific dotfiles in place, when only asked to act upon specific tags.
Actual behavior
Host-specific dotfiles get erased by
rcdn -t
Example
As you can see,
T1
andT2.desktop
belong tohost-getaway
host-specific directory, but they got removed byrcdn -t
command.Additional information