forked from colonelpanic/dotfiles
Fix link_dropbox_other again... dont use commits from today before this.
This commit is contained in:
parent
e562af2d97
commit
2862c6e131
@ -82,7 +82,7 @@ def link_dropbox_other(ctx, force=False):
|
||||
link_pairs = (
|
||||
('~/Dropbox/Documents', '~/Documents'),
|
||||
('~/Dropbox/Pictures', '~/Pictures'),
|
||||
('~/Dropbox/org', '~/org')
|
||||
('~/Dropbox/org', '~/org'),
|
||||
('~/Dropbox/Desktop', '~/Desktop')
|
||||
)
|
||||
link_filenames(ctx, link_pairs, force)
|
||||
|
Loading…
Reference in New Issue
Block a user