Compare commits

..

No commits in common. "a2a2dc8416752e9dfd170456fe47d9464f1bdb51" and "06f162c0d7dfe06b0a034bfe1982263243cb0edb" have entirely different histories.

View file

@ -187,13 +187,14 @@ in
rs = "sudo systemctl"; rs = "sudo systemctl";
uj = "journalctl --user"; uj = "journalctl --user";
rj = "sudo journalctl"; rj = "sudo journalctl";
lg = "lazygit";
}; };
aliases = { aliases = {
ls = "${getExe pkgs.eza} -lh --icons --git"; ls = "${getExe pkgs.eza} -lh --icons --git";
cat = "bat"; cat = "bat";
rm = "rm -i"; rm = "rm -i";
mv = "mv -i"; mv = "mv -i";
nixos-update = "pushd ~/.dotfiles && nix flake update && popd";
}; };
variables = { EDITOR = "vim"; }; variables = { EDITOR = "vim"; };
}; };