Fixed Sheldon configuration issue
This commit is contained in:
parent
8cd23bf45d
commit
3cde0840e5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue