diff --git a/bashrc b/bashrc index f0e50ed..bd1a8ca 100644 --- a/bashrc +++ b/bashrc @@ -20,6 +20,6 @@ HISTSIZE=50000 HISTFILESIZE=100000 shopt -s histappend -if command -v git &> /dev/null; then +if command -v direnv &> /dev/null; then eval "$(direnv hook bash)" fi \ No newline at end of file