ubuntu: Added nala

This commit is contained in:
2025-10-01 22:44:05 +02:00
parent 52cfab36ef
commit 16823422a1
2 changed files with 4 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ PACKAGES=(
dbus-x11
obs-studio
syncthing
nala
)
EXTRA_PACKAGES=(

View File

@@ -56,5 +56,8 @@ alias e=${EDITOR}
alias l="ls -lla"
alias c="clear"
alias k="kubectl"
if [ "${ID}" = "ubuntu" ]; then
alias apt="sudo nala"
fi
### End of default bashrc, append anything here