diff options
| -rw-r--r-- | bash/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 38de5bd..b95bf65 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -244,5 +244,6 @@ extract () { # ----------------------------------------------------------------------------- # load shenv file - personal configuration + test -r ~/.bash/shenv && . ~/.bash/shenv |
