Compare commits

...

2 commits

Author SHA1 Message Date
50318f8856 Merge branch 'main' of git.nelim.org:matt1432/dotfiles 2023-03-19 17:30:42 -04:00
0492fcb0f7 Auto Update 2023-03-19 17:30:05 -04:00
2 changed files with 2 additions and 2 deletions

View file

@ -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 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\]$ '