added shell aliases. Now with shellcheck and yt-dlp
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
nextcloud-client
|
||||
rustdesk
|
||||
vivaldi
|
||||
yt-dlp
|
||||
|
||||
# Communication
|
||||
gajim
|
||||
@@ -39,10 +40,13 @@
|
||||
|
||||
# dev
|
||||
vscodium
|
||||
kicad
|
||||
ansible
|
||||
go
|
||||
virtualenv
|
||||
shellcheck
|
||||
|
||||
# Maker
|
||||
kicad
|
||||
freecad
|
||||
cura
|
||||
|
||||
@@ -56,4 +60,10 @@
|
||||
];
|
||||
};
|
||||
|
||||
environment.shellAliases = {
|
||||
l = "ls -lh";
|
||||
ll = " ls -lah";
|
||||
ip = "ip -c";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user