mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-08 18:51:02 +00:00
fix(shell): change how shell detection works
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
# Defaults
|
||||
export DOTFILES="$HOME/.dotfiles"
|
||||
export DOTFILES_CURRENT_SHELL="zsh"
|
||||
# shellcheck source=scripts/shared.sh
|
||||
source "$DOTFILES/scripts/shared.sh"
|
||||
path_prepend "$DOTFILES/local/bin"
|
||||
|
||||
Reference in New Issue
Block a user