diff --git a/bundles/users/items.py b/bundles/users/items.py index ccc77d7..2ca1be4 100644 --- a/bundles/users/items.py +++ b/bundles/users/items.py @@ -67,10 +67,6 @@ for username, attrs in node.metadata['users'].items(): 'delete': True, } - files[home + '/.config/fish'] = { - 'delete': True - } - if exists(join(repo.path, 'data', 'users', 'files', 'bash', '{}.bashrc'.format(username))): files[home + '/.bashrc'] = { 'content_type': 'mako',