]> Frank Brehm's Git Trees - salt/states.git/commitdiff
Bugfixing
authorFrank Brehm <frank@brehm-online.com>
Thu, 25 Feb 2016 17:42:23 +0000 (18:42 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 25 Feb 2016 17:42:23 +0000 (18:42 +0100)
basic/shells.sls

index c514646c9b91afcd6e35f64c7b82466520af87f9..d1c484f20f5ada1117be398262f50752ab8a45b2 100644 (file)
@@ -7,10 +7,10 @@ zsh:
 inputrc-history-search-backward:
     file.uncomment:
       - name: /etc/inputrc
-      - regex: '"\e[5~": history-search-backward'
+      - regex: '"\\e\[5~": history-search-backward'
 
 inputrc-history-search-forward:
     file.uncomment:
       - name: /etc/inputrc
-      - regex: '"\e[6~": history-search-forward'
+      - regex: '"\\e\[6~": history-search-forward'