add arsync to sync files with remote server

This commit is contained in:
2024-06-28 11:37:08 -07:00
parent 7ff9b5e77f
commit 759a3f38c9
6 changed files with 95 additions and 156 deletions

4
bashrc
View File

@@ -1,3 +1,6 @@
#!/bin/sh
## SET UP PROMPT
GREEN="\[$(tput setaf 10)\]"
BLUE="\[$(tput setaf 12)\]"
@@ -28,4 +31,3 @@ fi
alias xfreerdp='xfreerdp +clipboard /dynamic-resolution'
alias ssh='ssh -XC'