From eef1f1c3339c0068b497bb90012c7195b65f29ee Mon Sep 17 00:00:00 2001 From: GabrielePuliti Date: Mon, 28 Apr 2025 18:11:03 +0200 Subject: [PATCH] Update useful_tips.md --- docs/useful_tips.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/useful_tips.md b/docs/useful_tips.md index 1af90a25be..cc65cb15bd 100644 --- a/docs/useful_tips.md +++ b/docs/useful_tips.md @@ -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: