bundles/users: fish shell is gone everywhere

This commit is contained in:
Franzi 2020-10-25 13:17:26 +01:00
parent 831545d8b1
commit 2a992773f3
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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',