aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index ebab135..d824461 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -72,7 +72,7 @@ export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
72 72
73# Enable direnv (https://github.com/direnv/direnv/) 73# Enable direnv (https://github.com/direnv/direnv/)
74DIRENV=`which direnv` 74DIRENV=`which direnv`
75if [ -x $DIRENV ]; then 75if [[ -x $DIRENV ]]; then
76 eval "$(direnv hook bash)" 76 eval "$(direnv hook bash)"
77fi 77fi
78 78