Commit for generation 171

This commit is contained in:
2024-10-02 05:31:03 -04:00
parent 827f956b07
commit 3ad290cb82
4 changed files with 38 additions and 6 deletions

View File

@@ -4,7 +4,6 @@ if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then
zle-line-finish() { echoti rmkx; }; zle -N zle-line-finish
fi
# History
zshAddHistory() {
whence ${${(z)1}[1]} >| /dev/null || return 1