From b81fb90507464f61f6af09a9b83027ae18a5516e Mon Sep 17 00:00:00 2001 From: cswimr Date: Mon, 30 Dec 2024 12:02:28 -0500 Subject: [PATCH] add `ns` -> `nix-shell` alias --- config/xonsh/aliases.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/xonsh/aliases.py b/config/xonsh/aliases.py index 4b7d246..90a6f93 100644 --- a/config/xonsh/aliases.py +++ b/config/xonsh/aliases.py @@ -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",