From 6298177e10ab30b7ac655e35d22f8a62c323aec5 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 25 Feb 2014 10:08:11 +0000 Subject: [PATCH] Fix indentation --- shell/zshrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/zshrc.sh b/shell/zshrc.sh index 42fdee3..a709488 100644 --- a/shell/zshrc.sh +++ b/shell/zshrc.sh @@ -78,7 +78,7 @@ source "$DOTZSH/zsh-autosuggestions/autosuggestions.zsh" # Enable autosuggestions automatically zle-line-init() { - zle autosuggest-start + zle autosuggest-start } zle -N zle-line-init