feat(shell): alias lw = librewolf

This commit is contained in:
Ahurac 2024-11-05 14:08:54 +01:00
parent 05f664eccf
commit af91148e18

View file

@ -166,6 +166,7 @@
sshm = "ssh -M"; sshm = "ssh -M";
pd = "pushd"; pd = "pushd";
wlc = "wl-copy"; wlc = "wl-copy";
lw = "librewolf";
}; };
plugins = [{ plugins = [{
name = "vi-mode"; name = "vi-mode";