From 6bb06cf281968e2e76a9569ffb3a67882d3bded8 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 6 Oct 2021 09:17:33 -0400 Subject: [PATCH] refactor: remove unnecessary zsh settings --- profiles/develop/shells/zsh.nix | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 profiles/develop/shells/zsh.nix diff --git a/profiles/develop/shells/zsh.nix b/profiles/develop/shells/zsh.nix deleted file mode 100644 index 489d969..0000000 --- a/profiles/develop/shells/zsh.nix +++ /dev/null @@ -1,3 +0,0 @@ -{ ... }: { - environment.pathsToLink = [ "/share/zsh" ]; -}