From 531488001f130f8ad265b5757797deda68cdac33 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 25 Feb 2025 10:41:39 +0200 Subject: [PATCH] chore(config): shared.sh tweak Signed-off-by: Ismo Vuorinen --- config/shared.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/shared.sh b/config/shared.sh index e9fd22b..dc9ae53 100755 --- a/config/shared.sh +++ b/config/shared.sh @@ -6,7 +6,8 @@ # Defaults [ -z "$DOTFILES" ] && export DOTFILES="$HOME/.dotfiles" -export DOTFILES_CURRENT_SHELL=$(basename "$SHELL") +DOTFILES_CURRENT_SHELL=$(basename "$SHELL") +export DOTFILES_CURRENT_SHELL # Enable verbosity with VERBOSE=1 VERBOSE="${VERBOSE:-0}"