mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-09 18:30:01 +01:00
cli changes
- fix: make nushell central's default shell - fix: ls aliases - add batgrep aliases - add lazygit
This commit is contained in:
parent
6d6c3975f5
commit
462724af45
5 changed files with 72 additions and 33 deletions
|
|
@ -2,6 +2,8 @@
|
|||
environment.shellAliases = {
|
||||
todo = /* sh */ ''rg "todo|fixme" --colors match:fg:yellow --colors match:style:bold'';
|
||||
todos = /* sh */ "nvim ~/todo.md";
|
||||
bgr = "batgrep";
|
||||
brg = "batgrep";
|
||||
};
|
||||
|
||||
home-manager.sharedModules = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue