1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

updated mako and fish config

This commit is contained in:
eoli3n 2020-05-18 15:29:35 +02:00
parent 82bb478527
commit 68e6aa148c
4 changed files with 5 additions and 8 deletions

1
TODO

@ -7,7 +7,6 @@
# CLI # CLI
- userbin or fish functions ? - userbin or fish functions ?
- up wrapper : 'ix' and 'upfile' = auto-copy - up wrapper : 'ix' and 'upfile' = auto-copy
- starship : add space sep to git_status
# FIX # FIX
- copy/paste are fucked - copy/paste are fucked

@ -8,6 +8,7 @@ style = "blue"
[cmd_duration] [cmd_duration]
style = "yellow" style = "yellow"
prefix = ""
[git_branch] [git_branch]
symbol = "" symbol = ""
@ -15,5 +16,5 @@ style = "#808080"
[git_status] [git_status]
style = "red" style = "red"
prefix = "" prefix = " "
suffix = "" suffix = " "

@ -2,4 +2,5 @@
- name: reload mako - name: reload mako
shell: makoctl reload shell: makoctl reload
when: ansible_virtualization_role == "host" and mako_running is succeeded when: ansible_virtualization_role == "host"
ignore_errors: yes

@ -5,10 +5,6 @@
path: ~/.config/mako/ path: ~/.config/mako/
state: directory state: directory
- shell: pgrep mako
register: mako_running
ignore_errors: True
- name: template mako config file - name: template mako config file
template: template:
src: config.j2 src: config.j2