refactor: remove unused alias

nixos
Moritz Böhme 2024-10-25 07:46:36 +02:00
parent d6e48ac466
commit a2a2dc8416
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 0 additions and 2 deletions

View File

@ -194,8 +194,6 @@ in
cat = "bat";
rm = "rm -i";
mv = "mv -i";
nixos-update = "pushd ~/.dotfiles && nix flake update && popd";
};
variables = { EDITOR = "vim"; };
};