重写 startb;补点中文注释;删减多余的定时模板
为啥又中文了?英文太长,中英夹杂键起来别扭。 不会真有人用我原始人般的配置吧?
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# to clear history of shells easily operating filesystem.
|
||||
# also powershell/PSReadLine -> /tmp/$USER/terminal
|
||||
# 重启自动清空终端记录。毕竟万一露出什么不太好的关键词就丸辣。
|
||||
# zsh (HISTFILE) => /tmp/$USER/terminal/zsh_history
|
||||
# bash (HISTFILE) => /tmp/$USER/terminal/bash_history
|
||||
# pwsh (.local/share/powershell/PSReadLine) -> /tmp/$USER/terminal
|
||||
mkdir -p /tmp/$USER/terminal
|
||||
|
||||
# avoid dumplicate env appending.
|
||||
# 本意是为了防止 PATH 重复记录(算是我的强迫症吧),现在没必要了。
|
||||
# [[ -f /run/user/$UID/.zshlogon ]] && return
|
||||
# touch /run/user/$UID/.zshlogon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user