[zshrc] Update remove_from_hist alias

This commit is contained in:
Daniel Carrillo 2024-02-25 19:47:25 +01:00
parent 7cba66aa8e
commit e6cf00d32d
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -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 #####