1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 10:29:26 +00:00

[zshrc] Update remove_from_hist alias

This commit is contained in:
2024-02-25 19:47:25 +01:00
parent 7cba66aa8e
commit e6cf00d32d

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