added wrestic alias

This commit is contained in:
2023-10-10 12:27:51 -05:00
parent ea7d525ebc
commit 68254409ae

View File

@@ -152,6 +152,7 @@ echo "alias dstop='docker stop'" >> /etc/bash.bashrc
echo "alias drestart='docker restart'" >> /etc/bash.bashrc
echo "alias dlf='docker logs -f'" >> /etc/bash.bashrc
echo "alias dipaf='docker image prune -a -f'" >> /etc/bash.bashrc
echo "alias wrestic='sudo wrestic'" >> /etc/bash.bashrc
# create tmux config
rm /etc/tmux.conf* > /dev/null 2>&1