Browse Source

Always end with true

Alois Mahdal 7 years ago
parent
commit
1d66c8e3f5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/bash/head.bashrc

+ 1
- 0
dotfiles/bash/head.bashrc View File

15
 do
15
 do
16
   test -f "$include" && . "$include";
16
   test -f "$include" && . "$include";
17
 done
17
 done
18
+true