]> git.rmz.io Git - dotfiles.git/commitdiff
zsh: add check_copyright to path
authorSamir Benmendil <me@rmz.io>
Sat, 1 May 2021 14:24:58 +0000 (15:24 +0100)
committerSamir Benmendil <me@rmz.io>
Sat, 1 May 2021 14:25:48 +0000 (15:25 +0100)
zshrc

diff --git a/zshrc b/zshrc
index 85ecf8c6b81bffed03b44ed2dc99b2b6c7d8afb9..d7112b927e611e355b9e4ae132bccda2fa4e1f7e 100644 (file)
--- 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)