config alias to cd to nix-config

This commit is contained in:
smayzy
2025-06-21 11:04:26 +02:00
parent 18edb31aa1
commit 70d3975122
+1
View File
@@ -65,6 +65,7 @@
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
history.size = 100000; history.size = 100000;
shellAliases = { shellAliases = {
config = "cd ~/nix-config";
}; };
}; };