From 2a992773f3cb08723ef3f49f638934f983104a24 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 25 Oct 2020 13:17:26 +0100 Subject: [PATCH] bundles/users: fish shell is gone everywhere --- bundles/users/items.py | 4 ---- 1 file changed, 4 deletions(-) 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',