mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-10 18:22:35 +08:00
tree aliases
This commit is contained in:
parent
d1c61fcdfc
commit
48ee90a810
1 changed files with 3 additions and 1 deletions
|
|
@ -19,11 +19,13 @@
|
|||
shfmt
|
||||
];
|
||||
|
||||
home.shellAliases = {
|
||||
home.shellAliases = rec {
|
||||
e = "nvim";
|
||||
g = "git";
|
||||
lg = "lazygit";
|
||||
l = lib.getExe pkgs.exa;
|
||||
t = tree;
|
||||
tree = "${lib.getExe pkgs.exa} -T";
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue