exit code isn't picked up for me - am I testing this wrong? #2842
Answered
by
JanDeDobbeleer
Lockszmith-GH
asked this question in
Troubleshoot
|
This seems like a bug to me, but I don't see people reporting it, so doubting myself here a bit. Problem: exit code is not picked up. How I'm testing: Depending on the configuration I either get all Where I'm running: My question: |
Answered by
JanDeDobbeleer
Sep 27, 2022
Replies: 1 comment 1 reply
|
@Lockszmith-GH the test isn't going to work as the init script is where that magic happens. So without initializing in the shell using |
1 reply
Answer selected by
Lockszmith-GH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Lockszmith-GH the test isn't going to work as the init script is where that magic happens. So without initializing in the shell using
eval "$(oh-my-posh init bash)"this will never work correctly.