diff options
Diffstat (limited to 'bash/.bashrc')
| -rwxr-xr-x | bash/.bashrc | 5 |
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" |
| 284 | fi | 284 | fi |
| 285 | 285 | ||
| 286 | if exists direnv; then | ||
| 287 | eval "$(direnv hook bash)" | ||
| 288 | fi | ||
| 289 | |||
| 290 | |||
| 286 | # vim: set ts=4 sw=4 tw=0 et : | 291 | # vim: set ts=4 sw=4 tw=0 et : |
