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