added duf and strongswan to default apps

This commit is contained in:
2022-07-19 08:54:04 +02:00
parent 5d634bf601
commit c0588adc42
2 changed files with 9 additions and 1 deletions

View File

@@ -110,6 +110,11 @@ alias cal='cal -mw --color'
alias chrome='google-chrome-stable'
alias teams='teams-insiders'
## command overrides
df() {
duf
}
# grub
alias update-grub='grub-mkconfig -o /boot/grub/grub.cfg'