You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure there isn't already an open issue about this.
Ensure there isn't already a closed/resolved issue about this.
Describe the bug e2ac35b has introduced a default prompt for fish shell. However, since the function is defined in a configure file, fish shell always load the function and ignore the user-provided autoloaded function fish_prompt, which is usually defined $XDG_CONFIG_HOME/fish/functions/fish_prompt.fish.
To Reproduce
have a fish_prompt.fish with the function defined in it.
launch distrobox with fish shell
Expected behavior
The prompt should be what the user defined, not the default prompt like
📦[$USER@$CONTAINER_ID $CURRENT_DIR]>
Desktop (please complete the following information):
Aeon
podman version 5.3.2
distrobox: 1.8.0
preinstalled distro package
The text was updated successfully, but these errors were encountered:
Please, before opening a bug:
Describe the bug
e2ac35b has introduced a default prompt for fish shell. However, since the function is defined in a configure file, fish shell always load the function and ignore the user-provided autoloaded function
fish_prompt
, which is usually defined$XDG_CONFIG_HOME/fish/functions/fish_prompt.fish
.To Reproduce
have a fish_prompt.fish with the function defined in it.
launch distrobox with fish shell
Expected behavior
The prompt should be what the user defined, not the default prompt like
Desktop (please complete the following information):
Aeon
podman version 5.3.2
distrobox: 1.8.0
preinstalled distro package
The text was updated successfully, but these errors were encountered: