added docker alias

This commit is contained in:
2024-03-13 18:13:50 -05:00
parent a5f94f81bc
commit 8c623f69dc

View File

@@ -35,6 +35,7 @@ if [[ -f /etc/init.d/docker ]]
echo "alias drestart='docker restart'" >> ~/.bash_profile
echo "alias dlf='docker logs -f'" >> ~/.bash_profile
echo "alias dipaf='docker image prune -a -f'" >> ~/.bash_profile
echo "alias deit='docker exec -it'" >> ~/.bash_profile
fi
# git config