From b8fc960d40b111da406f83e8f4cf2722abd2c7ed Mon Sep 17 00:00:00 2001 From: FireFragment <55660550+FireFragment@users.noreply.github.com> Date: Mon, 17 Apr 2023 16:08:57 +0200 Subject: [PATCH] Add `cd_quotes` to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ea406f..2afe677 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ following rules are enabled by default: * `cd_cs` – changes `cs` to `cd`; * `cd_mkdir` – creates directories before cd'ing into them; * `cd_parent` – changes `cd..` to `cd ..`; +* `cd_quotes` – adds quotes around directories with spaces in filenames when cd'ing into them; * `chmod_x` – add execution bit; * `choco_install` – append common suffixes for chocolatey packages; * `composer_not_command` – fixes composer command name;