mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
enable direnv in bash
This commit is contained in:
parent
6fed624b44
commit
2b2f9d9a4c
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user