Fixed Sheldon configuration issue

This commit is contained in:
Brian Zalewski 2023-08-17 23:46:45 -04:00 committed by GitHub
parent 8cd23bf45d
commit 3cde0840e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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