fix: rephrase, typos in README
This commit is contained in:
parent
0a25a88802
commit
9eb25dee54
@ -2,7 +2,11 @@
|
|||||||
|
|
||||||
**Hello, world!** This is my scripts directory. Feel free to use it at your convenience :)
|
**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
|
## Scripts
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user