bundles/users: fix user-specific tmux config
This commit is contained in:
parent
8853f65a24
commit
0750610ccc
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ for username, attrs in node.metadata['users'].items():
|
||||||
if exists(join(repo.path, 'data', 'users', 'files', 'tmux', '{}.conf'.format(username))):
|
if exists(join(repo.path, 'data', 'users', 'files', 'tmux', '{}.conf'.format(username))):
|
||||||
files[home + '/.tmux.conf'] = {
|
files[home + '/.tmux.conf'] = {
|
||||||
'content_type': 'mako',
|
'content_type': 'mako',
|
||||||
'source': 'tmux/{}.conf',
|
'source': 'tmux/{}.conf'.format(username),
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
files[home + '/.tmux.conf'] = {
|
files[home + '/.tmux.conf'] = {
|
||||||
|
|
Loading…
Reference in a new issue