summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2015-10-01 15:18:10 -0400
committerAustin Ziegler <austin@zieglers.ca>2015-10-01 15:18:10 -0400
commitea271cd4e2b0cb3f6e8a959f54401941ac6f1d87 (patch)
tree9f4e63057538fff39ad3df382621f465232b5731 /shell
parent6a38d07a4cb49d60d4782656fdb861a8ddbf3ecb (diff)
Remove dependency on zsh/pcre module
Fixes #363.
Diffstat (limited to 'shell')
-rw-r--r--shell/key-bindings.zsh2
1 files changed, 1 insertions, 1 deletions
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() {