question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Set shell executable

See original GitHub issue

Hi! radian is really awesome, thanks for developing it!

Is there a way to set a different executable for the shell (the default is sh but I’d like to use zsh instead).

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
randy3kcommented, May 11, 2021

The aliases will not work as we are not running the login shell. A work around is to run another zsh inside the shell prompt at radian. (You might still need the login flag though)

0reactions
stefanocorettacommented, May 11, 2021

By running aliases that should be loaded from .zshrc, which though don’t work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Make a Bash Script Executable - Andrew Bancroft
Make a Bash Script Executable · 1) Create a new text file with a .sh extension. · 2) Add #!/bin/bash to the top...
Read more >
How to make a file (e.g. a .sh script) executable, so it can be ...
Right-click the file and select Properties. Go to the permissions tab, then tick the box Execute: [ ] Allow executing file as program...
Read more >
Make a file executable in Terminal on Mac - Apple Support
In the Terminal app on your Mac, use the cd command to move into the directory that contains the file you want to...
Read more >
How to make a file executable in linux? - Medium
To execute a file all we need to do is enter the path of the file on the command prompt. We'll also need...
Read more >
Specifying a shell for a script file - IBM
To run an executable shell script under a specific shell, type #!Path on the first line of the shell script, and press Enter....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found