remove config cd alias

This commit is contained in:
smayzy 2025-07-03 17:20:21 +02:00
parent 27dfb09386
commit 55fc2120c3

View File

@ -59,7 +59,6 @@
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
history.size = 100000; history.size = 100000;
shellAliases = { shellAliases = {
config = "cd ~/nix-config";
}; };
}; };