aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-08 13:16:13 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-08 13:16:13 +0100
commitcd395124ec91c49e58525b0fccf73aec28202d32 (patch)
tree0ee356bfd239270d02b81ab2127dc141ab35a051 /zsh/.zshrc
parent63ba750d5ab8ae9d20750d9461a95307c20c9bbf (diff)
parenta8fd139a791364b8484b9f82669bd31a0f55153e (diff)
downloaddotfiles-cd395124ec91c49e58525b0fccf73aec28202d32.tar.gz
dotfiles-cd395124ec91c49e58525b0fccf73aec28202d32.zip
Merge branch 'master' of github.com:ymherklotz/dotfiles
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 7d7982a..157da7d 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -27,9 +27,11 @@ setopt HIST_FIND_NO_DUPS
#if [ -d ~/.cache/wal ]; then (cat ~/.cache/wal/sequences &) fi
+export MINIMAL_MAGIC_ENTER=no
+
# Sourcing everything
-if [ -e /usr/share/fzf/key-bindings.zsh ]; then source /usr/share/fzf/key-bindings.zsh; fi
-if [ -e /usr/share/fzf/completion.zsh ]; then source /usr/share/fzf/completion.zsh; fi
+#if [ -e /usr/share/fzf/key-bindings.zsh ]; then source /usr/share/fzf/key-bindings.zsh; fi
+#if [ -e /usr/share/fzf/completion.zsh ]; then source /usr/share/fzf/completion.zsh; fi
if [ -e $HOME/.zsh/export.zsh ]; then source $HOME/.zsh/export.zsh; fi
if [ -e $HOME/.zsh/minimal.zsh ]; then source $HOME/.zsh/minimal.zsh; fi
if [ -e $HOME/.zsh/function.zsh ]; then source $HOME/.zsh/function.zsh; fi