diff options
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 2 |
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/) |
| 74 | DIRENV=`which direnv` | 74 | DIRENV=`which direnv` |
| 75 | if [ -x $DIRENV ]; then | 75 | if [[ -x $DIRENV ]]; then |
| 76 | eval "$(direnv hook bash)" | 76 | eval "$(direnv hook bash)" |
| 77 | fi | 77 | fi |
| 78 | 78 | ||