From 0728271a0cd0b607cfddd1a42f7822932ee32aaa Mon Sep 17 00:00:00 2001 From: Ariel Barreiro Date: Mon, 25 Mar 2024 14:44:33 -0300 Subject: [PATCH] export $SHELL --- .ddev/addon-metadata/pimp-my-shell/manifest.yaml | 2 +- .ddev/homeadditions/.bashrc.d/pimp-my-shell.sh | 3 +++ homeadditions/.bashrc.d/pimp-my-shell.sh | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml index 68b4137..dcc1585 100644 --- a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml +++ b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml @@ -1,7 +1,7 @@ name: pimp-my-shell repository: . version: "" -install_date: "2024-03-25T14:30:43-03:00" +install_date: "2024-03-25T14:44:09-03:00" project_files: - web-build/Dockerfile.pimp-my-shell - homeadditions/.bashrc.d/pimp-my-shell.sh diff --git a/.ddev/homeadditions/.bashrc.d/pimp-my-shell.sh b/.ddev/homeadditions/.bashrc.d/pimp-my-shell.sh index ae3a535..b05c7ee 100644 --- a/.ddev/homeadditions/.bashrc.d/pimp-my-shell.sh +++ b/.ddev/homeadditions/.bashrc.d/pimp-my-shell.sh @@ -1,5 +1,8 @@ #ddev-generated +# This is so that child processes have appropriate access to this var +export SHELL + # ahoy COMP_WORDBREAKS=${COMP_WORDBREAKS//:} diff --git a/homeadditions/.bashrc.d/pimp-my-shell.sh b/homeadditions/.bashrc.d/pimp-my-shell.sh index ae3a535..b05c7ee 100644 --- a/homeadditions/.bashrc.d/pimp-my-shell.sh +++ b/homeadditions/.bashrc.d/pimp-my-shell.sh @@ -1,5 +1,8 @@ #ddev-generated +# This is so that child processes have appropriate access to this var +export SHELL + # ahoy COMP_WORDBREAKS=${COMP_WORDBREAKS//:}