add ns -> nix-shell alias

This commit is contained in:
cswimr 2024-12-30 12:02:28 -05:00
parent 287c245394
commit b81fb90507
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -128,6 +128,7 @@ alias_dictionary = {
"runactions": "act_runner exec --default-actions-url=https://www.coastalcommits.com --gitea-instance=https://www.coastalcommits.com",
"uvr": "uv run",
"ns": "nix-shell",
"e": "edit",
"c": "clear",
"s": "sudo",