mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-14 00:48:59 +00:00
feat: direnv, move tool-versions to base
This commit is contained in:
@@ -108,6 +108,11 @@ initialize_antidot()
|
||||
fi
|
||||
}
|
||||
|
||||
initialize_direnv()
|
||||
{
|
||||
source "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc"
|
||||
}
|
||||
|
||||
main()
|
||||
{
|
||||
load_antigen
|
||||
@@ -115,6 +120,7 @@ main()
|
||||
initialize_pyenv
|
||||
setup_tmux_window_name_plugin
|
||||
initialize_antidot
|
||||
initialize_direnv
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
||||
Reference in New Issue
Block a user