mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-04 03:53:35 +08:00
lazygit is also a HM program; use a theme that works with kitty
This commit is contained in:
parent
a290f3fc46
commit
67f500a6ba
2 changed files with 14 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
shellAliases = {
|
||||
e = "nvim";
|
||||
g = "${pkgs.git}/bin/git";
|
||||
lg = "${pkgs.lazygit}/bin/lazygit";
|
||||
lg = "lazygit";
|
||||
l = "${pkgs.exa}/bin/exa";
|
||||
ll = "${pkgs.exa}/bin/exa -l";
|
||||
ls = "l";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue