Sfoglia il codice sorgente

bash install

master
Robin Thoni 8 anni fa
parent
commit
8e95cab8ce
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6
    0
      bash/install

+ 6
- 0
bash/install Vedi 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…
Annulla
Salva