From 399012d647d5e08b01b33345b7711851090ee6d4 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 6 Jul 2024 18:20:12 -0400 Subject: seth: drop nix-your-shell --- users/seth/shell/fish.nix | 4 +--- users/seth/shell/zsh.nix | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'users/seth/shell') diff --git a/users/seth/shell/fish.nix b/users/seth/shell/fish.nix index e74155b..2afdf96 100644 --- a/users/seth/shell/fish.nix +++ b/users/seth/shell/fish.nix @@ -21,13 +21,11 @@ in enable = true; # TODO: do i still need this weird sourcing? - interactiveShellInit = '' + interactiveShellInit = lib.optionalString config.seth.standalone.enable '' set -l nixfile ${config.home.homeDirectory}/.nix-profile/etc/profile.d/nix.fish if test -e $nixfile source $nixfile end - - ${lib.getExe pkgs.nix-your-shell} fish | source ''; functions = { diff --git a/users/seth/shell/zsh.nix b/users/seth/shell/zsh.nix index 0983f15..0d98b7e 100644 --- a/users/seth/shell/zsh.nix +++ b/users/seth/shell/zsh.nix @@ -43,8 +43,6 @@ in promptinit colors - ${lib.getExe pkgs.nix-your-shell} zsh | source /dev/stdin - zmodload zsh/zutil zmodload zsh/complist zstyle ":completion::*" group-name "" -- cgit v1.2.3