Krishnanand V P
Krishnanand V P
The documentation only mentions code highlighting needs Prism.But how can i configure it?
Here is the .bashrc ```bash # Enable the subsequent settings only in interactive sessions case $- in *i*) ;; *) return;; esac # Path to your oh-my-bash installation. export OSH=/Users/krishna/.oh-my-bash...
It would be nice to have this auto launched on system boot
Closes #5130
Closes [#5137](https://github.com/graphprotocol/graph-node/issues/5137)
Closes #5194