From ea271cd4e2b0cb3f6e8a959f54401941ac6f1d87 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Thu, 1 Oct 2015 15:18:10 -0400 Subject: Remove dependency on zsh/pcre module Fixes #363. --- shell/key-bindings.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/key-bindings.zsh b/shell/key-bindings.zsh index 735aa501..27810d32 100644 --- a/shell/key-bindings.zsh +++ b/shell/key-bindings.zsh @@ -1,6 +1,6 @@ # Key bindings # ------------ -if [[ $- =~ i ]]; then +if [[ $- == *i* ]]; then # CTRL-T - Paste the selected file path(s) into the command line __fsel() { -- cgit v1.2.3