1
0
Fork 0

Autocommitted updated scripts from blocky-cafe

main
Marissa Staib 5 years ago
parent 46cf69eeb4
commit 056038be7a
  1. 4
      bash_aliases.sh
  2. 3
      per-host/.bash_aliases
  3. 1
      per-host/.bash_aliases-common
  4. 1
      per-host/.inputrc
  5. 1
      per-host/.inputrc-common
  6. 1
      per-host/.ssh/.rc-common
  7. 1
      per-host/.ssh/authorized-keys
  8. 2
      per-host/.ssh/rc
  9. 1
      per-host/.tmux.conf
  10. 1
      per-host/.tmux.conf-common
  11. 1
      per-host/.vimrc
  12. 1
      per-host/.vimrc-common
  13. 3
      per-host/blocky-cafe/.bash_aliases
  14. 2
      per-host/blocky-cafe/.ssh/rc
  15. 3
      per-host/template/.bash_aliases
  16. 2
      per-host/template/.ssh/rc
  17. 2
      ssh/rc

@ -49,7 +49,7 @@ function bell_after() {
# Reload aliases
function reload_scripts_only()
{
source "$HOME"/.bashrc
. "$HOME"/.bashrc
}
# from https://stackoverflow.com/a/1203628
@ -112,4 +112,4 @@ function help ()
PS1='\[\e[1;31m\]${debian_chroot:+($debian_chroot)}\[\e[0;36m\]\u\[\e[0;33m\]@\[\e[34m\]\h\[\e[0m\]:\[\e[1;32m\]\w\[\e[0m\]\n\$ '
source "$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )"/bash_tmux.sh
. "$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )"/bash_tmux.sh

@ -1,3 +0,0 @@
source ~/.bash_aliases-common
auto_tmux

@ -1 +0,0 @@
../../bash_aliases.sh

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

@ -1 +0,0 @@
../../inputrc

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

@ -1 +0,0 @@
../../../ssh/authorized-keys

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

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

@ -1 +0,0 @@
../../tmux.conf

@ -1 +0,0 @@
source ~/.vimrc-common

@ -1 +0,0 @@
../../vimrc

@ -1,4 +1,5 @@
source ~/.bash_aliases-common
#!/bin/bash
. ~/.bash_aliases-common
copy_func tmux_init_main tmux_init_main_base

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

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

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

@ -1,6 +1,6 @@
#!/bin/sh
source /etc/ssh/sshrc
. /etc/ssh/sshrc
if [ -n "$SSH_AUTH_SOCK" ]; then
ln -sf "$SSH_AUTH_SOCK" ~/.ssh/ssh_auth_sock

Loading…
Cancel
Save