.mrconfig in vcsh docu should not rely on XDG_ variables set
Vincent Demeester
vincent at demeester.fr
Tue Feb 7 12:31:46 CET 2012
On mar., févr. 07, 2012 at 10:21:15 +0100, Thomas Koch wrote:
> Hi,
Hi,
> I've changed the include line in .mrconfig to account for the normal case that
> $XDG_CONFIG_HOME is not set:
>
> include = cat ${XDG_CONFIG_HOME:-$HOME/.config}/mr/config.d/*
This is already handled in vcsh (from RichiH at least) :
Line 10: [ -z "$XDG_CONFIG_HOME" ] && XDG_CONFIG_HOME="$HOME/.config"
> You may want to change this in the readme file?
>
> Best regards,
Regard
> Thomas Koch, http://www.koch.ro
> _______________________________________________
> vcs-home mailing list
> vcs-home at lists.madduck.net
> http://lists.madduck.net/listinfo/vcs-home
More information about the vcs-home
mailing list