From fb7c5da997b664659ba561323e6c85942bfcacec Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 3 Aug 2021 00:09:00 +0100 Subject: profiles/base: Fix ZSH typo, remove sed alias I'm used to `sd` enought now to not forget it in lieu of `sed`. --- modules/user/devhell/profiles/base.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/user') 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"; -- cgit 1.4.1