summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 1e8f12a..1801311 100644
--- a/bashrc
+++ b/bashrc
@@ -186,6 +186,10 @@ if [ -n "$PS1" ]; then
bind -r ''
fi
+if command -v direnv > /dev/null; then
+ eval "$(direnv hook bash)"
+fi
+
if command -v zoxide > /dev/null; then
eval "$(zoxide init bash)"
fi