ソースを参照

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