aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal
diff options
context:
space:
mode:
Diffstat (limited to 'modules/terminal')
-rw-r--r--modules/terminal/hjem/programs/broot.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/terminal/hjem/programs/broot.nix b/modules/terminal/hjem/programs/broot.nix
index 8678551..4836d50 100644
--- a/modules/terminal/hjem/programs/broot.nix
+++ b/modules/terminal/hjem/programs/broot.nix
@@ -33,6 +33,14 @@
leave_broot = false;
}
{
+ name = "touch";
+ invocation = "touch {filename}";
+ execution = "touch {filename}";
+ working_dir = "{directory}";
+ apply_to = "directory";
+ leave_broot = false;
+ }
+ {
name = "lazygit";
key = "ctrl-g";
invocation = "lazygit";