fixed hx alias and added xplr and bottom

This commit is contained in:
specCon18 2023-03-30 22:14:46 -04:00
parent 361de1c0b4
commit 8365624c3b

View file

@ -29,6 +29,8 @@
alacritty alacritty
ncspot ncspot
bacon bacon
bottom
xplr
]; ];
}; };
@ -129,7 +131,7 @@
zel = "zellij -s"; zel = "zellij -s";
ns = "nix-shell"; ns = "nix-shell";
top = "btm"; top = "btm";
hx = "hx ."; hx = "hx";
cat = "bat"; cat = "bat";
}; };
}; };