Solved: It takes a long time to start the shell on Mac #234
Replies: 2 comments 3 replies
-
Hmm, I'm not sure if I'm able to provide any solution to this, but let's still inspect. Would be nice to know why there is a delay. Can you please try to use Templater to test your Bash command? Here is another discussion with instructions on how to do it. The idea is to see if the lag is caused by SC or if it's just something that happens for you whenever Bash commands are executed from Obsidian.
I'd guess |
Beta Was this translation helpful? Give feedback.
-
DocumentationJust for the record, I created a documentation page for delay problems. It doesn't contain any new information, but perhaps makes it easier to find the information in the future. 🙂 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm spending a few seconds on commands that simply
echo foo
.On the other hand, if I execute
/bin/bash -x
with iterm, or cmd/PowerShell, it complete instantly.If I write
echo "source ~/.bashrc
in first line of~/.bashrc
, it also not noticed instantly. In other words, it isn't time to process~/.bashrc
.This is the same for bash and zsh.
Beta Was this translation helpful? Give feedback.
All reactions