Browse Source

bash install

master
Robin Thoni 8 years ago
parent
commit
8e95cab8ce
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      bash/install

+ 6
- 0
bash/install View File

@@ -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…
Cancel
Save