Compare commits
2 commits
d8be8f9def
...
50318f8856
Author | SHA1 | Date | |
---|---|---|---|
50318f8856 | |||
0492fcb0f7 |
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ alias tup='tailscale up --login-server https://headscale.nelim.org'
|
||||||
|
|
||||||
alias pve='ssh matt@10.0.0.121'
|
alias pve='ssh matt@10.0.0.121'
|
||||||
alias mc='ssh mc@10.0.0.124'
|
alias mc='ssh mc@10.0.0.124'
|
||||||
alias dock='ssh -p 6768 dock@10.0.0.122'
|
alias pod='ssh -p 6768 matt@10.0.0.122'
|
||||||
alias oksys='ssh matt@10.0.0.213'
|
alias oksys='ssh matt@10.0.0.213'
|
||||||
alias router='ssh root@10.0.0.2'
|
alias router='ssh root@10.0.0.2'
|
||||||
alias jelly='ssh matt@10.0.0.123'
|
alias jelly='ssh matt@10.0.0.123'
|
||||||
|
|
2
setup.sh
2
setup.sh
|
@ -17,7 +17,7 @@ cat << EOF >> /root/.PS1
|
||||||
PS1='\[\033[$RED\]\u\[\033[01;38;5;${SERV_COLOR}m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
PS1='\[\033[$RED\]\u\[\033[01;38;5;${SERV_COLOR}m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
## user PS1
|
## user PS1 # TODO? put in getenv
|
||||||
GREEN="01;32m"
|
GREEN="01;32m"
|
||||||
cat << EOF >> ../../.PS1
|
cat << EOF >> ../../.PS1
|
||||||
PS1='\[\033[$GREEN\]\u\[\033[01;38;5;${SERV_COLOR}m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
PS1='\[\033[$GREEN\]\u\[\033[01;38;5;${SERV_COLOR}m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
||||||
|
|
Loading…
Reference in a new issue