flip CFG_RELISH_POSIX behavior

Signed-off-by: Ava Hahn <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2023-06-05 23:32:51 -07:00
parent b9414ae4d2
commit 981df23ea2
3 changed files with 5 additions and 13 deletions

View file

@ -170,11 +170,3 @@ Or:
(pacman-search "xfce4")
#+END_EXAMPLE
** Using shell commands in the configuration file
A warning to the reader:
+ the ~.relishrc~ configuration file is loaded before any POSIX shell functions are added
+ direct calls to these functions will throw errors
+ the user can still configure functions and data that relies on shell commands, just not directly
+ lambdas can be used to encapsulate shell commands and run them during the prompt or as shortcuts/functions at the REPL
+ note the examples in this document, as well as [[file:snippets/avas-laptop-prompt.rls][Ava's Laptop Prompt]]