about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/user/devhell/profiles/base.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index 999e05f0..c317aaeb 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -71,7 +71,7 @@ in {
         enable = true;
         promptInit = ''
           eval "$(${pkgs.starship}/bin/starship init zsh)"
-          ${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin}
+          ${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin
         '';
         interactiveShellInit = ''
           zstyle ':completion:*' menu select
@@ -81,7 +81,6 @@ in {
           ls = "lsd";
           grep = "rg";
           ip = "ip --color=auto";
-          sed = "sd";
           du = "dust";
           tree = "broot";
           ps = "procs";