From 3d36a00761183d0e624c240275139b738bcf6bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Thu, 5 Nov 2020 18:03:26 +0100 Subject: [PATCH] update zsh config --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 4821b08..e277da8 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -18,6 +18,8 @@ colors PROMPT="%{$fg_bold[cyan]%}%* %{$fg_bold[green]%}%d %{$fg_bold[yellow]%}%% %{$reset_color%}" +bindkey '^R' history-incremental-search-backward + source ~/.config/.env source ~/.config/.env.system source ~/.config/.aliases