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"; };