dotfiles/home/shell_base

9 lines
183 B
Plaintext
Raw Normal View History

#!/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)"
eval "$(starship init zsh)"
eval "$(/opt/homebrew/bin/mise activate zsh)"