8 lines
224 B
Bash
8 lines
224 B
Bash
if [ -n "$DISTROBOX_ENTER_PATH" ]; then
|
|
echo "Switching to bash inside Distrobox..."
|
|
exec /bin/bash
|
|
exit 0
|
|
fi
|
|
|
|
# zsh-autosuggestions
|
|
source /usr/local/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh |