Compare commits
No commits in common. "50318f8856559083cd484715bc60f9c905a212d5" and "d8be8f9defd6b5b9a5f811aa934569eb4c8bd3b2" have entirely different histories.
50318f8856
...
d8be8f9def
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 mc='ssh mc@10.0.0.124'
|
||||
alias pod='ssh -p 6768 matt@10.0.0.122'
|
||||
alias dock='ssh -p 6768 dock@10.0.0.122'
|
||||
alias oksys='ssh matt@10.0.0.213'
|
||||
alias router='ssh root@10.0.0.2'
|
||||
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\]$ '
|
||||
EOF
|
||||
|
||||
## user PS1 # TODO? put in getenv
|
||||
## user PS1
|
||||
GREEN="01;32m"
|
||||
cat << EOF >> ../../.PS1
|
||||
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