Rework profile/env for shells

This commit is contained in:
2025-11-14 18:05:39 -06:00
parent 52610e056a
commit f1700e1d3d
13 changed files with 72 additions and 62 deletions

View File

@@ -35,7 +35,7 @@ alias weather='curl "wttr.in/dfw?2&F"'
alias shrug='echo "¯\\_(ツ)_/¯"'
# source extensions and system-specific files
[[ -a "$ZDOTDIR/zsh-general-dev" ]] && source "$ZDOTDIR/zsh-general-dev"
[[ -a "$ZDOTDIR/zsh-general-dev" ]] && . "$ZDOTDIR/zsh-general-dev"
# programming and language setup
[[ -n $(command -v mise) ]] && eval "$(mise activate zsh)"