From e6cf00d32dc2149969799f81ebeda425bde7b2de Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sun, 25 Feb 2024 19:47:25 +0100 Subject: [PATCH] [zshrc] Update remove_from_hist alias --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index a94ae18..1bd5f47 100644 --- a/.zshrc +++ b/.zshrc @@ -91,7 +91,7 @@ siteinfo () { remove_from_hist() { # LC_ALL=C sed -i "/$1/d" $HISTFILE - atuin search --delete $1 + atuin search --delete --search-mode=full-text $1 } ##### tilix #####