From 4b442be5aceea9c3d0c1151f00f6dc98950882ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 3 Oct 2021 21:40:13 +0200 Subject: [PATCH] Remove unused path from PATH --- zsh/zprofile.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/zprofile.j2 b/zsh/zprofile.j2 index 3d3e77f..51e971e 100644 --- a/zsh/zprofile.j2 +++ b/zsh/zprofile.j2 @@ -7,7 +7,6 @@ _path=("$HOME/bin" "/usr/bin" "/sbin" "/bin" - "/usr/bin/core_perl" "/usr/games") PATH=""