在 helm-locate 上配置忽略目录

Configure ignore dirs on helm-locate

M-x helm-locate

列出我永远不会打开的隐藏文件夹中的文件。如何指示 helm 不查看某些目录以进行文件搜索和打开。

helm-locate 使用 linux 命令 locate 使用 updatedb 索引文件位置。要忽略某些目录,请将 /etc/updatedb.conf 配置为

PRUNEPATHS="EXISTINGPATH NEWPATH"

并且 运行 updatedb 在 shell 提示中使用 sudo 权限来反映此更改。