소스 검색

Better align .bashrc includes

Alois Mahdal 9 년 전
부모
커밋
65b7c7ed1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      dotfiles/bash/setup

+ 1
- 1
dotfiles/bash/setup 파일 보기

@@ -13,5 +13,5 @@ else
13 13
     put ''
14 14
     put '# added by https://github.com/AloisMahdal/mydots"'
15 15
     put 'test -f "${HOME}/.bash/head.bashrc" \'
16
-    put '  &&. "${HOME}/.bash/head.bashrc"'
16
+    put ' && . "${HOME}/.bash/head.bashrc"'
17 17
 fi