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-locatelocateupdateb を使用してファイルの場所にインデックスを付けるlinux コマンドを使用します。一部のディレクトリを無視するには、/etc/updatedb.conf を次のように構成します。
helm-locate
locate
PRUNEPATHS="EXISTINGPATH NEWPATH"
updatedbこの変更を反映するには、sudo 権限を使用してシェル プロンプトで実行します。
updatedb