From e1c1e0292ee9e3cda6ef4123738dee750dae6f2d Mon Sep 17 00:00:00 2001 From: mathijs-bakker Date: Mon, 1 Sep 2025 12:30:48 +0200 Subject: [PATCH] Rename doc file --- README.md | 4 ++-- ...es-in-file-explores.md => hide-files-in-file-explorers.md} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename doc/{hide-files-in-file-explores.md => hide-files-in-file-explorers.md} (100%) diff --git a/README.md b/README.md index 2802b86..a2ff69f 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ A workaround is to to create a small script which launches the file in Neovim. 1. Add to PATH: zsh: ```zsh - echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc + echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc ```
If zsh no works... fall back to bash. ```bash @@ -193,5 +193,5 @@ For more info: `:help godotdev-indent` ## Hints/Tips -- [Hide Godot related files in file explorers](doc/hide-files-in-file-explores.md) +- [Hide Godot related files in file explorers](doc/hide-files-in-file-explorers.md) diff --git a/doc/hide-files-in-file-explores.md b/doc/hide-files-in-file-explorers.md similarity index 100% rename from doc/hide-files-in-file-explores.md rename to doc/hide-files-in-file-explorers.md