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