Update .bash_aliases

This commit is contained in:
2025-07-24 16:08:21 +00:00
parent 4c8b325e50
commit 096d86b9f9

View File

@@ -8,6 +8,7 @@ alias grep='grep --color=auto'
alias d='docker'
alias dc='docker compose'
alias dotpull='echo "🔄 Updating dotfiles..." && git -C ~/.dotfiles pull && echo "✅ Done."'
alias randpass='openssl rand -base64 16'
alias reloadbash='source ~/.bashrc && echo "Bash config reloaded."'