fix(shell): change how shell detection works

This commit is contained in:
2023-09-29 15:52:16 +03:00
parent dfb7a51786
commit 4b45c89a90
6 changed files with 34 additions and 29 deletions

View File

@@ -4,7 +4,6 @@
# Defaults
export DOTFILES="$HOME/.dotfiles"
export DOTFILES_SHARED_LOADED=""
export DOTFILES_CURRENT_SHELL="bash"
# shellcheck source=scripts/shared.sh
source "$DOTFILES/scripts/shared.sh"
path_prepend "$DOTFILES/local/bin"