bundles/users: add fish_variables
This commit is contained in:
parent
4c79fdf997
commit
2990216a8b
2 changed files with 33 additions and 0 deletions
|
@ -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'] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue