From bf4821a4b63407ee30365c4ff8eab46116038c69 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 16 Nov 2024 22:13:22 -0500 Subject: [PATCH] add aliases for `lazygit` and `lazydocker` --- nixos/zsh.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/zsh.nix b/nixos/zsh.nix index cf90079..c542976 100755 --- a/nixos/zsh.nix +++ b/nixos/zsh.nix @@ -35,6 +35,8 @@ ff = "fastfetch"; neofetch = "fastfetch"; nf = "fastfetch"; + lg = "lazygit"; + lad = "lazydocker"; cat = "bat"; l = "eza -lhg ${ezaArgs}"; @@ -50,7 +52,8 @@ taildrop = "tailscale file"; forgejo-runner = "act_runner"; - runactions = "act_runner exec --default-actions-url=https://www.coastalcommits.com --gitea-instance=https://www.coastalcommits.com"; + runactions = + "act_runner exec --default-actions-url=https://www.coastalcommits.com --gitea-instance=https://www.coastalcommits.com"; c = "clear"; # alias sudo to itself so user aliases can be sudoed