Minor edits

This commit is contained in:
Derek Taylor
2026-04-29 16:31:16 -05:00
parent 0e0bed4d9d
commit 138109eb4c
4 changed files with 21 additions and 0 deletions
+4
View File
@@ -232,6 +232,10 @@ alias regfont="setfont default8x16"
# bare git repo alias for managing my dotfiles
alias config="/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME"
# Aliasealias s used to upload a static website
alias dashdb="rsync -avz --exclude 'venv' --exclude '__pycache__' --exclude '*.pyc' /home/dt/nc/trading/dashboard/ root@157.230.6.42:/var/www/dtoptions/"
alias dashpdf="rsync -avz /home/dt/nc/trading/trading-plans/ root@157.230.6.42:/root/nc/trading/trading-plans/"
# termbin
alias tb="nc termbin.com 9999"