Compile terminfo file
This commit is contained in:
parent
76a06a3935
commit
fd2ab81a12
1 changed files with 4 additions and 0 deletions
|
|
@ -26,3 +26,7 @@
|
||||||
copy:
|
copy:
|
||||||
src: 'files/wezterm.terminfo'
|
src: 'files/wezterm.terminfo'
|
||||||
dest: '{{ ansible_env.HOME }}/.terminfo'
|
dest: '{{ ansible_env.HOME }}/.terminfo'
|
||||||
|
|
||||||
|
- name: compile wezterm terminfo file
|
||||||
|
become: true
|
||||||
|
command: 'tic -x {{ ansible_env.HOME }}/.terminfo'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue