aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2022-04-19 13:03:31 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2022-04-19 13:03:31 +0200
commitf77a21270bba8153db77d7e12d1959b30a5247af (patch)
tree26d8235bf0bf93c4eb27bad90da504464622b492 /bash
parent776b394fcb1d82f6d17ed037415dcfab0ea8fad4 (diff)
downloaddotfiles-f77a21270bba8153db77d7e12d1959b30a5247af.tar.gz
dotfiles-f77a21270bba8153db77d7e12d1959b30a5247af.tar.bz2
dotfiles-f77a21270bba8153db77d7e12d1959b30a5247af.zip
updated
Diffstat (limited to 'bash')
-rwxr-xr-xbash/.bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index e211771..c17a655 100755
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -283,4 +283,9 @@ if [ -s "/usr/local/opt/nvm/nvm.sh" ]; then
283 source "/usr/local/opt/nvm/nvm.sh" 283 source "/usr/local/opt/nvm/nvm.sh"
284fi 284fi
285 285
286if exists direnv; then
287 eval "$(direnv hook bash)"
288fi
289
290
286# vim: set ts=4 sw=4 tw=0 et : 291# vim: set ts=4 sw=4 tw=0 et :