From 86a3a4624c774f4fd56deaa39676197b9dcfb5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 29 Jan 2016 16:56:57 +0100 Subject: [PATCH] zsh: Add perl to PATH --- zsh/zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zprofile b/zsh/zprofile index 32202c7..4bebe53 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -7,6 +7,7 @@ _path=("$HOME/bin" "/usr/bin" "/sbin" "/bin" + "/usr/bin/core_perl", "/usr/games") PATH=""