summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-06 13:19:35 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-06 13:19:35 +0300
commit94534e41a674fbab58a94ab91d5119eb30682222 (patch)
tree93adadb6bc1c01ee981651be6e567b1814905700 /bashrc
parentb7cd5666fe465429055a23c52273a52e41f9456d (diff)
downloadliw-dot-files-94534e41a674fbab58a94ab91d5119eb30682222.tar.gz
bashrc: drop direnv
Sponsored-by: author
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