summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/bashrc b/bashrc
index 55a4976..51c387d 100644
--- a/bashrc
+++ b/bashrc
@@ -189,10 +189,6 @@ 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