From 3cde0840e5ba5a96f610dfbb1b52b16fa933d240 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Thu, 17 Aug 2023 23:46:45 -0400 Subject: [PATCH] Fixed Sheldon configuration issue --- home/dot_bashrc | 2 +- home/dot_zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/dot_bashrc b/home/dot_bashrc index 6be3b4fb..7adbf5a5 100644 --- a/home/dot_bashrc +++ b/home/dot_bashrc @@ -141,7 +141,7 @@ if [ "$BASH_SUPPORT" = 'true' ]; then fi ### Sheldon - export SHELDON_CONFIG_FILE="${SHELDON_CONFIG_DIR:-${XDG_CONFIG_HOME:-$HOME/.config}/sheldon}}/plugins.bash.toml" + export SHELDON_CONFIG_FILE="${SHELDON_CONFIG_DIR:-${XDG_CONFIG_HOME:-$HOME/.config}/sheldon}/plugins.bash.toml" ! command -v sheldon > /dev/null || eval "$(command sheldon source)" ### Up diff --git a/home/dot_zshrc b/home/dot_zshrc index 525a433a..dbc5c856 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -446,7 +446,7 @@ elif [ -f "$SDKMAN_DIR/bin/sdkman-init.sh" ]; then fi ### Sheldon -export SHELDON_CONFIG_FILE="${SHELDON_CONFIG_DIR:-${XDG_CONFIG_HOME:-$HOME/.config}/sheldon}}/plugins.zsh.toml" +export SHELDON_CONFIG_FILE="${SHELDON_CONFIG_DIR:-${XDG_CONFIG_HOME:-$HOME/.config}/sheldon}/plugins.zsh.toml" ! command -v sheldon > /dev/null || eval "$(command sheldon source)" ### Up