rename relish to flesh
This commit is contained in:
parent
415b1181fa
commit
9b447eb5b7
58 changed files with 252 additions and 245 deletions
15
snippets/mood-prompt.f
Normal file
15
snippets/mood-prompt.f
Normal 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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue