From 287c2453947671a5119cb709b4f78e176a47e7e9 Mon Sep 17 00:00:00 2001 From: cswimr Date: Mon, 30 Dec 2024 12:02:15 -0500 Subject: [PATCH] remove `dev` alias --- config/xonsh/aliases.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config/xonsh/aliases.py b/config/xonsh/aliases.py index 0039621..4b7d246 100644 --- a/config/xonsh/aliases.py +++ b/config/xonsh/aliases.py @@ -119,7 +119,6 @@ alias_dictionary = { "tree": "eza --tree --git-ignore --time-style=long-iso --icons=auto --hyperlink", "create-devenv": "nix flake init --template github:cachix/devenv and direnv allow", - "dev": "nix develop --no-pure-eval", "nixpkgs-update": "nix run --option extra-substituters 'https://nix-community.cachix.org/' --option extra-trusted-public-keys 'nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=' github:ryantm/nixpkgs-update --", "nixrc": "edit /etc/nixos",