diff options
| author | Maciej Sobkowski <maciejjo@maciejjo.pl> | 2016-01-19 09:13:55 +0100 |
|---|---|---|
| committer | Maciej Sobkowski <maciejjo@maciejjo.pl> | 2016-01-19 10:13:25 +0100 |
| commit | e69ecca2d98835cf48976fd69133699d7ef1eb03 (patch) | |
| tree | 3c47e7cceb1473ab01c2bfa2abdbb406c44271e7 | |
| parent | 895ad8944326d903381c590f4e13f95220d2928e (diff) | |
Fix formatting in bashrc
| -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 |
