Skip to content

Propose to use alias on useful_tips different shell #1738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/useful_tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ by default. So, just change the default shell in the container using:

exit and log back in the container.

To use a different shell automatically for every run of distrobox is possible to add an
alias in your shell configuration:

`alias distrobox="SHELL=/bin/shell-to-use command distrobox"`

For version older than 1.4.0, distrobox will pick up the shell from the host and use it inside the container.
If you want a different one you can use:

Expand Down