[M] Update include folder structure

This commit is contained in:
Hykilpikonna
2021-09-16 21:59:50 -04:00
parent b6d88caf6c
commit 627eb5c191
5 changed files with 4 additions and 11 deletions
+6
View File
@@ -0,0 +1,6 @@
if command -v pacman &> /dev/null; then
alias install='pacman -S'
alias uninstall='pacman -Rsn'
alias listunused='pacman -Qdtq'
alias aurinst='yay -S'
fi