added shell aliases. Now with shellcheck and yt-dlp

This commit is contained in:
2022-12-16 17:10:23 +01:00
parent 9491b3a46a
commit d7f7b21bff

View File

@@ -14,6 +14,7 @@
nextcloud-client
rustdesk
vivaldi
yt-dlp
# Communication
gajim
@@ -39,21 +40,30 @@
# dev
vscodium
kicad
ansible
go
virtualenv
shellcheck
# Maker
kicad
freecad
cura
# security
# yubioath-flutter
nmap
pwgen
# security
# yubioath-flutter
nmap
pwgen
# Desktop
kdeconnect
# Desktop
kdeconnect
];
};
environment.shellAliases = {
l = "ls -lh";
ll = " ls -lah";
ip = "ip -c";
};
}