1
0

Update .bash_aliases

This commit is contained in:
2025-07-12 17:43:04 +00:00
parent e25bef01ff
commit 5b77227763

View File

@@ -9,6 +9,8 @@ alias d='docker'
alias dc='docker compose'
alias dotpull='echo "🔄 Updating dotfiles..." && git -C ~/.dotfiles pull && echo "✅ Done."'
alias reloadbash='source ~/.bashrc && echo "Bash config reloaded."'
linkdocker() {
if [ -e ~/docker ] && [ ! -L ~/docker ]; then
echo "~/docker exists and is not a symlink. Not replacing."