mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-30 01:24:57 +08:00
more progs
This commit is contained in:
parent
d4f167a86a
commit
0c7fc3e394
1 changed files with 4 additions and 1 deletions
5
home.nix
5
home.nix
|
|
@ -113,8 +113,11 @@ rec {
|
|||
shellAliases = {
|
||||
g = "git";
|
||||
t = "tig";
|
||||
l = "ls --color=always";
|
||||
l = "${pkgs.lsd}/bin/lsd";
|
||||
ll = "${pkgs.lsd}/bin/lsd -l";
|
||||
ls = "l";
|
||||
h = "himalaya";
|
||||
tldr = "${pkgs.tealdeer}/bin/tldr";
|
||||
};
|
||||
sessionVariables = { };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue