9 lines
183 B
Bash
9 lines
183 B
Bash
#!/bin/bash
|
|
source ~/.shell_funcs
|
|
source ~/.shell_aliases
|
|
source ~/.shell_exports
|
|
|
|
eval "$(direnv hook zsh)"
|
|
eval "$(starship init zsh)"
|
|
eval "$(/opt/homebrew/bin/mise activate zsh)"
|