about summary refs log tree commit diff
path: root/modules/user/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-08-03 00:09:00 +0100
committerdevhell <devhell@mailfresser.de>2021-08-03 00:09:00 +0100
commitfb7c5da997b664659ba561323e6c85942bfcacec (patch)
tree511e78ef6cda4ab74c6910194aed049533ecd81b /modules/user/devhell
parent67b780970a87da042e06fee9fdda042ed789b62f (diff)
profiles/base: Fix ZSH typo, remove sed alias
I'm used to `sd` enought now to not forget it in lieu of `sed`.
Diffstat (limited to 'modules/user/devhell')
-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";