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

fixed fish git plugin install

This commit is contained in:
eoli3n 2020-05-08 01:09:12 +02:00
parent dd4c024dbe
commit 1fd9a089b9

@ -26,7 +26,7 @@
creates: ~/.config/fish/conf.d/pure.fish
- name: check git plugin install
shell: grep git ~/.config/fish/fish_variables
shell: grep 'abbr.*git' ~/.config/fish/fish_variables
register: gitcheck
ignore_errors: True
changed_when: false