From 582c29f9378e00f0c5c0dff0189ad4ea9b32c229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 4 Feb 2016 20:01:32 +0100 Subject: [PATCH] Fix PATH. --- zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zprofile b/zsh/zprofile index 4bebe53..f90ebfb 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -7,7 +7,7 @@ _path=("$HOME/bin" "/usr/bin" "/sbin" "/bin" - "/usr/bin/core_perl", + "/usr/bin/core_perl" "/usr/games") PATH=""