Have we thought about persisting the
# 💻|contributing
f
Have we thought about persisting the history of garden commands run in a garden dev/serve session?
b
Are you referring to be able to press the up arrow to scroll the history? If so, you should be able to already.
If not, that's a bug
Works for me, last time I checked
k
I think she means across sessions
like with .bash_history etc
f
Yes, that's what i mean. In a session it works like a charm.
b
It should persist across sessions as well (unless I'm still misreading you). In .garden/local-config.json there's a field called
devCommandHistory
where it's stored.
f
Ah interesting and it does! I could swear it didn't the other day when i started this thread, but works like a charm now 🎇
k
Oh neat, I had no idea