]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/bash/init.sls
Use simpylfold and ropevim
[max/saltfiles.git] / states / bash / init.sls
index d5a31aa693e89f531db5cd649ae871468bb76cf1..9729404669e706685f736f307756474510be32b6 100644 (file)
@@ -1,16 +1,13 @@
-bash installed:
-  pkg.installed:
-    - name: app-shells/bash
-
 include: 
+  - bash.{{ grains['os'] | lower }}
   - user.max
+  - aliases
+  - dircolors
 
 {%
   set files = [
-    'bash_aliases',
     'bash_profile',
     'bashrc',
-    'dir_colors',
     'inputrc',
     'profile'
   ]