misc update

- known dependencies
- lessen symlink checking (might not easily break)
- move shell history into `/tmp`.
(py didn't often operate filesystem which doesn't matter)
This commit is contained in:
2025-12-15 11:32:59 +08:00
parent 3a1b467e5c
commit b4932ef737
4 changed files with 11 additions and 11 deletions

3
.zshrc
View File

@@ -19,6 +19,9 @@ fi
# History
#
# also export this in bashrc.
HISTFILE=/tmp/$USER/.zhist
# Remove older command from the history if a duplicate is to be added.
setopt HIST_IGNORE_ALL_DUPS