chore: rename scripts/shared

This commit is contained in:
2024-07-17 09:39:57 +03:00
parent 735807f245
commit 7bc7921a17
4 changed files with 4 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
|| [[ -n $BASH_VERSION ]] && (return 0 2> /dev/null)
) && sourced=1 || sourced=0
source "$HOME/.dotfiles/config/shared"
source "$HOME/.dotfiles/config/shared.sh"
DOTFILES_CURRENT_SHELL=$(ps -p $$ -oargs=)
export DOTFILES_CURRENT_SHELL