commit 66ad0943a03aef2f7f3a06d536fb1e38709d8140
parent 89a31496fb61444d6127f21d903bf9a6692b5ba6
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 4 Oct 2023 20:30:22 +0200
Fix conflicting alias
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/home-manager/home.nix b/home-manager/home.nix
@@ -82,7 +82,6 @@
enable = true;
shellAliases = {
update = "cd /etc/nixos/nixos && git pull && sudo nixos-rebuild switch --flake .#$(hostname) && home-manager switch --flake .#marcel@$(hostname)";
- ls = "lsd";
};
history = {
size = 10000;