Hello, I tried creating a oneliner to edit my config files but it does nothing (fail silently?) from the list view.
I tried the commands sunbeam edit -c sunbeam edit ~/.zshrc. I can run the command directly from the terminal but not from sunbeam.
I also tried setting running "EDITOR=nvim sunbeam" without effect.
I installed sunbeam with brew.
{
"oneliners": [
{
"title": "Edit sunbeam config",
"command": "sunbeam edit -c"
}
]
}
Hello, I tried creating a oneliner to edit my config files but it does nothing (fail silently?) from the list view.
I tried the commands
sunbeam edit -csunbeam edit ~/.zshrc. I can run the command directly from the terminal but not from sunbeam.I also tried setting running "EDITOR=nvim sunbeam" without effect.
I installed sunbeam with brew.