Explorar el Código

bash install

master
Robin Thoni hace 8 años
padre
commit
8e95cab8ce
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      bash/install

+ 6
- 0
bash/install Ver fichero

@@ -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…
Cancelar
Guardar