Added tmux config

This commit is contained in:
2018-07-02 10:51:16 -04:00
parent e42c051a4f
commit 179aed13b6
2 changed files with 4 additions and 0 deletions

View File

@@ -110,6 +110,9 @@
become: yes
become_user: "{{ standard_user }}"
- name: Replace tmux config
template: src=../roles/developer-machine/templates/tmux.conf.j2 dest=/home/{{ standard_user }}/.tmux.conf
- name: Creates directory
file: path=/raw-files state=directory

View File

@@ -0,0 +1 @@
set-window-option -g utf8 on