mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
add mosh
This commit is contained in:
parent
462724af45
commit
480eea2e72
2 changed files with 6 additions and 2 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 = [{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue