mirror of
1
0
Fork 0
dotbot/plugins
Anish Athalye 28959a3f31 Fix user expansion in link source
Previous to this patch, having a config like the following would not
work properly:

    - link:
        ~/a: ~/b

This was because the '~' was expanded on the left hand side (the link
target), but not the right hand side (the link source). It was necessary
to use a workaround like this:

    - link:
        ~/a: $HOME/b

This was because variable expansion was being done, but user expansion
was not being done.

This commit adds support for using '~' in the link source.
2016-08-17 18:27:47 -07:00
..
clean.py Add default options 2016-03-03 09:42:50 -05:00
link.py Fix user expansion in link source 2016-08-17 18:27:47 -07:00
shell.py Add default options 2016-03-03 09:42:50 -05:00