From af91148e1806931c48ac499d881ee3fdc9006195 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 5 Nov 2024 14:08:54 +0100 Subject: [PATCH] feat(shell): alias lw = librewolf --- common/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/home.nix b/common/home.nix index 83c4dde..c9d1e46 100644 --- a/common/home.nix +++ b/common/home.nix @@ -166,6 +166,7 @@ sshm = "ssh -M"; pd = "pushd"; wlc = "wl-copy"; + lw = "librewolf"; }; plugins = [{ name = "vi-mode";