Auto Update

This commit is contained in:
matt1432 2023-03-19 17:30:05 -04:00
parent c191e38a5f
commit 0492fcb0f7
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ alias tmux='tmux -2 '
alias pve='ssh matt@10.0.0.121'
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 router='ssh root@10.0.0.2'
alias jelly='ssh matt@10.0.0.123'

View file

@ -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
## user PS1 # TODO? put in getenv
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\]$ '