From bd9845bd61da9e563245deb17ea84c3ed060f843 Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Mon, 9 Mar 2026 20:03:41 -0400 Subject: [PATCH] Add lvsync alias for yalp-lv-sync project --- zshrc-natera | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc-natera b/zshrc-natera index 990d39c..f594fa3 100644 --- a/zshrc-natera +++ b/zshrc-natera @@ -27,6 +27,7 @@ alias histo='cd ~/work/yalp-histology' alias pipeline='cd ~/work/yalp-pipeline-integration' alias assayapi='cd ~/work/yalp-assay-qc-api' alias assay='cd ~/work/yalp-assay-qc' +alias lvsync='cd ~/work/yalp-lv-sync' # Sensitive values (AWS profile, OTEL endpoint, cert paths, refresh alias) are in zshrc-natera.private # Copy zshrc-natera.private.example to zshrc-natera.private and fill in. That file is gitignored.