From 55fc2120c30632c40c44e955a4fe35f0049b05f0 Mon Sep 17 00:00:00 2001 From: smayzy Date: Thu, 3 Jul 2025 17:20:21 +0200 Subject: [PATCH] remove config cd alias --- hosts/common/home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/common/home.nix b/hosts/common/home.nix index 1ae08e4..2385240 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -59,7 +59,6 @@ syntaxHighlighting.enable = true; history.size = 100000; shellAliases = { - config = "cd ~/nix-config"; }; };