From 9eb25dee54eca06b24ffc150557c0c8834b2316a Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Sun, 14 Feb 2021 19:06:35 +0100 Subject: [PATCH] fix: rephrase, typos in README --- .local/bin/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.local/bin/README.md b/.local/bin/README.md index 479ce11..c4e1ccf 100644 --- a/.local/bin/README.md +++ b/.local/bin/README.md @@ -2,7 +2,11 @@ **Hello, world!** This is my scripts directory. Feel free to use it at your convenience :) -**/!\\** Those scripts are POSIX-compliant (hence `#! /usr/bin/env sh`), they are supposed to be run with such shell (BaSH, zsh, dash...); FISH, for example, might cause problems (with `if` statements, for instance) if a script is run directly in a terminal; I recommend launching background scripts within `.xinit` to avoid those issues +**/!\\** Those scripts are POSIX-compliant (hence `#!/usr/bin/env sh`), they are +supposed to be run with such shell (BaSH, zsh, dash...); FISH, for example, +might cause issues (with `if` statements, for instance) if a script is run +directly in a terminal; I recommend launching background scripts within +`.xinit` to avoid those issues. ## Scripts