Compare commits
2 Commits
06f162c0d7
...
a2a2dc8416
Author | SHA1 | Date |
---|---|---|
Moritz Böhme | a2a2dc8416 | |
Moritz Böhme | d6e48ac466 |
|
@ -187,14 +187,13 @@ 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"; };
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue