2024-11-21 03:15:46 +00:00
|
|
|
#!/bin/bash
|
2024-08-13 20:18:43 +00:00
|
|
|
source ~/.shell_funcs
|
|
|
|
source ~/.shell_aliases
|
2024-08-13 20:41:38 +00:00
|
|
|
source ~/.shell_exports
|
2024-08-13 20:18:43 +00:00
|
|
|
|
|
|
|
eval "$(direnv hook zsh)"
|
2024-11-21 03:15:46 +00:00
|
|
|
eval "$(starship init zsh)"
|
|
|
|
eval "$(/opt/homebrew/bin/mise activate zsh)"
|