瀏覽代碼

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

Loading…
取消
儲存