Compare commits

..

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

1 changed files with 2 additions and 1 deletions

View File

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