fix: get away from ~/.local/bin, as some tools may put themselves in.

This commit is contained in:
2025-10-14 15:18:36 +08:00
parent 5fffcbcd53
commit 73d2c3813f

View File

@@ -7,7 +7,7 @@
> [!note]
> 本仓库的配置管理方案比较原始:逐个做软链接处理。有觉得`stow`等工具好用,想要重新组织文件树的欢迎 pr.
> - `.config/**` -> `$HOME/.config/**`
> - `bin` -> `$HOME/.local/bin`
> - `bin`直接并入`$PATH`
> > 其中带后缀(如`.sh`)的脚本仅供 niri 等组件调用,设计上并不希望在终端里启动。
>
> - `.z*` -> `$HOME/.z*`