dotfiles/home/private_dot_config/zsh/dot_zshrc

16 lines
289 B
Text
Raw Normal View History

2023-02-20 10:10:52 -06:00
#!/usr/bin/env zsh
2023-02-17 09:26:31 -06:00
2023-11-29 16:35:38 -06:00
[[ -r $ZDOTDIR/.zstyles ]] && . $ZDOTDIR/.zstyles
2023-02-17 09:26:31 -06:00
[[ -d ${ZDOTDIR:-~}/.antidote ]] ||
git clone https://github.com/mattmc3/antidote ${ZDOTDIR:-~}/.antidote
2023-11-12 12:54:14 -06:00
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
2023-11-29 16:35:38 -06:00
antidote load
2023-02-17 09:26:31 -06:00
2024-10-30 14:52:13 -05:00
path=(
$HOME/{,.dotfiles/}{,s}bin(N)
$path
)