]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/zsh/gentoo.sls
Configure some moar
[max/saltfiles.git] / states / zsh / gentoo.sls
index 370262367bba98b9249e7c8a6776359c0946e222..c7807634d123543e051bf16fd3e9e10f1a4aae83 100644 (file)
@@ -4,3 +4,12 @@ install zsh:
       - app-shells/zsh
       - app-shells/zsh-completions
       - app-shells/gentoo-zsh-completions
+    - refresh: False
+
+ensure git-prompt exists:
+  file.symlink:
+    - name: {{ grains['homedir'] }}/.git-prompt.sh
+    - target: /usr/share/git/git-prompt.sh
+    - user: {{ grains['user'] }}
+    - group: {{ grains['user'] }}
+    - mode: 444