bundles/users: add fish_variables

This commit is contained in:
Franzi 2020-04-11 12:06:57 +02:00
parent 4c79fdf997
commit 2990216a8b
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 33 additions and 0 deletions

View file

@ -73,6 +73,7 @@ for username, attrs in node.metadata['users'].items():
'content_type': 'mako',
'source': fish_src
}
files[home + '/.config/fish/fish_variables'] = {}
if exists(join(repo.path, 'data', 'users', 'files', 'bash', '{}.bashrc'.format(username))):
files[home + '/.bashrc'] = {