1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00
This commit is contained in:
TheGeneralist 2026-02-15 18:05:36 +01:00
parent 462724af45
commit 480eea2e72
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 6 additions and 2 deletions

View file

@ -49,8 +49,12 @@ in {
fastfetch fastfetch
carapace carapace
bat bat
mosh
]) ])
++ optionals (pkgs ? bat-extras && pkgs.bat-extras ? core) [ ++ optionals (pkgs ? bat-extras && pkgs.bat-extras ? core) [
pkgs.bat-extras.core pkgs.bat-extras.core
]; ];
environment.shellAliases.mosh = "mosh --no-init";
} }

View file

@ -2,8 +2,8 @@
environment.shellAliases = { environment.shellAliases = {
todo = /* sh */ ''rg "todo|fixme" --colors match:fg:yellow --colors match:style:bold''; todo = /* sh */ ''rg "todo|fixme" --colors match:fg:yellow --colors match:style:bold'';
todos = /* sh */ "nvim ~/todo.md"; todos = /* sh */ "nvim ~/todo.md";
bgr = "batgrep"; bgr = /* sh */ "batgrep";
brg = "batgrep"; brg = /* sh */ "batgrep";
}; };
home-manager.sharedModules = [{ home-manager.sharedModules = [{