From 70d3975122f1998cb06a2de267447fe0f9098901 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sat, 21 Jun 2025 11:04:26 +0200 Subject: [PATCH] config alias to cd to nix-config --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 858e129..e6c0bc8 100644 --- a/home.nix +++ b/home.nix @@ -65,6 +65,7 @@ syntaxHighlighting.enable = true; history.size = 100000; shellAliases = { + config = "cd ~/nix-config"; }; };