install broot
This commit is contained in:
parent
8110cbb92a
commit
f3b5005aff
2 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
|||
home-manager.users.jade =
|
||||
{ ... }:
|
||||
{
|
||||
programs.broot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
modal = true;
|
||||
};
|
||||
};
|
||||
programs.carapace.enable = true;
|
||||
programs.direnv.enable = true;
|
||||
};
|
||||
|
|
|
@ -2,6 +2,8 @@ alias gnix = cd ~/nix-configs;
|
|||
alias grepo = cd ~/Documents/repos;
|
||||
alias wh = wormhole-rs;
|
||||
|
||||
alias b = broot;
|
||||
|
||||
alias gg = gitui;
|
||||
alias ga = git add;
|
||||
alias gc = git commit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue