rename relish to flesh

This commit is contained in:
Ava Apples Affine 2024-02-06 22:39:08 +00:00
parent 415b1181fa
commit 9b447eb5b7
58 changed files with 252 additions and 245 deletions

15
snippets/mood-prompt.f Normal file
View file

@ -0,0 +1,15 @@
#!/bin/flesh
(def __mood 'current mood' ':3')
(def CFG_FLESH_L_PROMPT 'mood left prompt'
() (concat "(" __mood ")" ))
(def CFG_FLESH_R_PROMPT 'mood right prompt'
() 'call set-mood to change prompt')
(def CFG_FLESH_PROMPT_DELIMITER 'mood prompt delim'
() '>')
(def set-mood 'set the little ascii face in your prompt'
(mood) (set (q __mood) mood))