Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
M-x helm-locate
列出隐藏文件夹中的文件,我永远不会打开。如何指示 helm 不要查看某些目录进行文件搜索和打开。
helm-locate使用 linux 命令locate,该命令使用 updatedb 来索引文件位置。要忽略某些目录,请将 /etc/updatedb.conf 配置为
helm-locate
locate
PRUNEPATHS="EXISTINGPATH NEWPATH"
并updatedb在具有 sudo 权限的 shell 提示符下运行以反映此更改。
updatedb