enable direnv in bash

This commit is contained in:
Tyler Starr 2024-07-14 16:11:29 -07:00
parent 6fed624b44
commit 2b2f9d9a4c

View File

@ -19,6 +19,9 @@ shopt -s cdspell;
# Setup thefuck
eval "$(thefuck --alias)"
# Setup direnv
eval "$(direnv hook bash)"
# Enable some Bash 4 features when possible:
# * `autocd`, e.g. `**/qux` will enter `./foo/bar/baz/qux`
# * Recursive globbing, e.g. `echo **/*.txt`