From a5fa0e5f71ef5cc1b0ea24ea2f778835ba366ed1 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 1 May 2021 15:24:58 +0100 Subject: [PATCH] zsh: add check_copyright to path --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 85ecf8c..d7112b9 100644 --- a/zshrc +++ b/zshrc @@ -70,3 +70,6 @@ hash -d wineprefixes=/mnt/data/wineprefixes # fpp named dirs hash -d fpp=~/src/fpp hash -d rap_tests=/mnt/fpp_brs/gitlab_data/rap/tests + +# add check_copyright to path +path+=(~/src/fpp/check_copyright) -- 2.48.1