From b96a93b1bf634593e1892b2ac6b6aef98c74de52 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Mon, 24 Nov 2025 18:04:11 +0800 Subject: [PATCH] fix: sudoedit -> doasedit --- modules/cli/shell/fish.nix | 2 +- modules/cli/shell/zsh.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cli/shell/fish.nix b/modules/cli/shell/fish.nix index 455d669..8a5785f 100644 --- a/modules/cli/shell/fish.nix +++ b/modules/cli/shell/fish.nix @@ -34,7 +34,7 @@ lib.my.makeSwitch { shellAliases = { la = "lsd -lah"; ls = "lsd"; - svim = "sudoedit"; + svim = "doasedit"; nf = "fastfetch"; tmux = "tmux -T RGB,focus,overline,mouse,clipboard,usstyle"; }; diff --git a/modules/cli/shell/zsh.nix b/modules/cli/shell/zsh.nix index d59028f..870f4d6 100644 --- a/modules/cli/shell/zsh.nix +++ b/modules/cli/shell/zsh.nix @@ -49,7 +49,7 @@ lib.my.makeSwitch { shellAliases = { x = "extract"; ls = "lsd"; - svim = "sudoedit"; + svim = "doasedit"; nf = "fastfetch"; tmux = "tmux -T RGB,focus,overline,mouse,clipboard,usstyle"; };