diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-02 16:28:48 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-02 16:28:48 -0500 |
| commit | 2147a65b5ff7cef352d95dfa72c705145771f3a3 (patch) | |
| tree | 400c97cf82c0a0417f40f09c54b63df50eea90ad /modules/terminal/hjem/programs | |
| parent | 48a837a91959efbc7da7f98447c50f32b4ee7c94 (diff) | |
touch
Diffstat (limited to 'modules/terminal/hjem/programs')
| -rw-r--r-- | modules/terminal/hjem/programs/broot.nix | 8 |
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"; |
