From 88bd602f9ddedd6d2cb94bed53a6cccdf016acbc Mon Sep 17 00:00:00 2001 From: jay Date: Sat, 15 Jan 2022 21:45:22 +0800 Subject: [PATCH] [feat] add zsh history search env --- zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/zprofile b/zprofile index bdb4891..308c4d3 100644 --- a/zprofile +++ b/zprofile @@ -22,6 +22,7 @@ else start_agent; fi +export HISTORY_SUBSTRING_SEARCH_PREFIXED=1 export FLUTTER_ROOT="$HOME/apps/flutter" export GOPATH="$HOME/go" export GOROOT="$HOME/apps/go"