ソースを参照

bash install

master
Robin Thoni 8年前
コミット
8e95cab8ce
1個のファイルの変更6行の追加0行の削除
  1. 6
    0
      bash/install

+ 6
- 0
bash/install ファイルの表示

@@ -0,0 +1,6 @@
1
+#! /usr/bin/env bash
2
+
3
+for file in bash_aliases bash_preexec bash_preexec_hooks bashrc
4
+do
5
+  ln -sf "$PWD"/$file ~/.$file
6
+done

読み込み中…
キャンセル
保存