From dcc4c774df755bbc00a50d48668106743f5b3046 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 27 Aug 2023 11:51:28 -0500 Subject: [PATCH] testing wget alias --- debian/debian-essentials.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index 39e90a3..7530bd2 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -117,6 +117,7 @@ echo "alias aptl='sudo apt list --installed'" >> /etc/bash.bashrc echo "alias aptsh='sudo apt show'" >> /etc/bash.bashrc echo "alias aptac='sudo apt-get autoclean'" >> /etc/bash.bashrc echo "alias dpkgi='sudo dpkg -i'" >> /etc/bash.bashrc +echo "alias wgeta='wget aknlw.com/" >> /etc/bash.bashrc echo "alias tmxls='tmux ls'" >> /etc/bash.bashrc echo "alias tmxa='tmux attach -t'" >> /etc/bash.bashrc echo "alias dc='docker compose'" >> /etc/bash.bashrc