Dotfiles update 2025-12-27 03:27

This commit is contained in:
Aaron D. Lee
2025-12-27 03:27:33 -05:00
parent c1c989b010
commit 595fa41825
9 changed files with 8 additions and 0 deletions

View File

@@ -308,6 +308,14 @@ alias dfc='dotfiles-cli'
alias hist="history"
alias cls="clear"
alias q="exit"
alias vm="mv"
# Docker Stuff
dkr-rbld() {
sudo docker-compose down
sudo docker-compose up --build -d
}
# Markdown viewer with glow
if command -v glow &>/dev/null; then