From 55a211ae3184d105129f00da537c35e14197e300 Mon Sep 17 00:00:00 2001 From: Jacob Hrbek Date: Wed, 30 Jun 2021 21:32:08 +0200 Subject: Removed wrong comment --- nixos/modules/config/shells-environment.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/config/shells-environment.nix b/nixos/modules/config/shells-environment.nix index 5e5d75a9103..34e558d8603 100644 --- a/nixos/modules/config/shells-environment.nix +++ b/nixos/modules/config/shells-environment.nix @@ -208,7 +208,6 @@ in ''} ${optionalString cfg.localBinInPath '' - # ~/.local/bin if it exists overrides other bin directories. export PATH="$HOME/.local/bin:$PATH" ''} ''; -- cgit 1.4.1