Set shell executable
See original GitHub issueHi! 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:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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)
By running aliases that should be loaded from .zshrc, which though don’t work.