1
0
Fork 0

Autocommitted updated scripts from MoonMother

main
Marissa Staib 5 years ago
parent 056038be7a
commit a4e4d85d81
  1. 4
      per-host/MoonMother/.bash_aliases
  2. 1
      per-host/MoonMother/.bash_aliases-common
  3. 1
      per-host/MoonMother/.inputrc
  4. 1
      per-host/MoonMother/.inputrc-common
  5. 1
      per-host/MoonMother/.ssh/.rc-common
  6. 1
      per-host/MoonMother/.ssh/authorized_keys
  7. 2
      per-host/MoonMother/.ssh/rc
  8. 1
      per-host/MoonMother/.tmux.conf
  9. 1
      per-host/MoonMother/.tmux.conf-common
  10. 1
      per-host/MoonMother/.vimrc
  11. 1
      per-host/MoonMother/.vimrc-common

@ -0,0 +1,4 @@
#!/bin/bash
. ~/.bash_aliases-common
auto_tmux

@ -0,0 +1 @@
$include ~/.inputrc-common

@ -0,0 +1 @@
../../../ssh/authorized_keys

@ -0,0 +1,2 @@
#!/bin/sh
. ~/.ssh/.rc-common

@ -0,0 +1 @@
source ~/.tmux.conf-common

@ -0,0 +1 @@
source ~/.vimrc-common
Loading…
Cancel
Save