From 91271523bb898b8063ffcd0176eee2d820dc97a9 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Tue, 30 May 2023 12:15:08 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20Add=20shortcuts=20executable=20example?= =?UTF-8?q?=20=F0=9F=93=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/configuration/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/advanced.md b/docs/configuration/advanced.md index d1cf1f0..97a5e4d 100644 --- a/docs/configuration/advanced.md +++ b/docs/configuration/advanced.md @@ -63,7 +63,7 @@ The executable file can be placed in any location. To make a file executable: -1. chmod +x /path/to/script +1. Run `chmod +x /path/to/script` to modify the executable flag. 2. Add `#!/usr/bin/env bash`, `#!/usr/bin/env python` or whatever is appropriate for your script. By default, keys `1`-`9` are available to run shortcuts.