]> Frank Brehm's Git Trees - salt/states.git/commitdiff
Adding basic/shells.sls
authorFrank Brehm <frank.brehm@profitbricks.com>
Thu, 25 Feb 2016 17:39:48 +0000 (18:39 +0100)
committerFrank Brehm <frank.brehm@profitbricks.com>
Thu, 25 Feb 2016 17:39:48 +0000 (18:39 +0100)
basic/shells.sls [new file with mode: 0644]

diff --git a/basic/shells.sls b/basic/shells.sls
new file mode 100644 (file)
index 0000000..c514646
--- /dev/null
@@ -0,0 +1,16 @@
+bash:
+    pkg.installed
+
+zsh:
+    pkg.installed
+
+inputrc-history-search-backward:
+    file.uncomment:
+      - name: /etc/inputrc
+      - regex: '"\e[5~": history-search-backward'
+
+inputrc-history-search-forward:
+    file.uncomment:
+      - name: /etc/inputrc
+      - regex: '"\e[6~": history-search-forward'
+