mirror of
https://github.com/cascadium/wsl-windows-toolbar-launcher.git
synced 2026-04-27 05:25:50 +03:00
[GH-ISSUE #32] rc_file is not respected and zsh support. #33
Labels
No labels
duplicate
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wsl-windows-toolbar-launcher#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oleg-andreyev on GitHub (Jan 4, 2021).
Original GitHub issue: https://github.com/cascadium/wsl-windows-toolbar-launcher/issues/32
Command
Result:
Expected
@fquinner commented on GitHub (Jan 4, 2021):
The rc_file option is more for a bashrc or bash compatible zshrc where you want to source additional stuff before launching using bash in the bash template that comes with the package.
To use an alternative shell, you'd need to specify a template.
To do this, create a file which is based on a modified version of this: https://raw.githubusercontent.com/cascadium/wsl-windows-toolbar-launcher/master/wsl-windows-toolbar-template.sh.j2
And pass it in with
-J /path/to/your/template.j2.@oleg-andreyev commented on GitHub (Jan 9, 2021):
@fquinner thanks!