feat: use ouch

This commit is contained in:
2026-02-01 09:25:51 +08:00
parent b6992f554a
commit dc15d79266
3 changed files with 8 additions and 13 deletions

View File

@@ -30,6 +30,7 @@ in
xz
p7zip
unrar-free
ouch
pciutils
usbutils
@@ -51,6 +52,13 @@ in
".config/television/cable"
];
my.hm = {
programs.fish.shellAliases = {
x = "ouch d";
};
programs.zsh.shellAliases = {
x = "ouch d";
};
home.packages = with pkgs; [
# keep-sorted start
aria2

View File

@@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}:
let
@@ -30,17 +29,6 @@ in
programs.starship.enableFishIntegration = false;
programs.fish = {
enable = true;
plugins = [
{
name = "extract";
src = pkgs.fetchFromGitHub {
owner = "hexclover";
repo = "fish-extract-ng";
tag = "v0.1";
hash = "sha256-yef5NX4HdZ3ab/2AzNrvvhi0CbeTvXYKZmyH76gIpyk=";
};
}
];
shellAliases = {
la = "lsd -lah";
ls = "lsd";

View File

@@ -50,7 +50,6 @@ in
];
};
shellAliases = {
x = "extract";
ls = "lsd";
svim = "doasedit";
nf = "fastfetch";