From aa45d8092f44b29953873eab0e2968a89529bc3d Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 21 Oct 2022 09:30:24 -0400 Subject: [PATCH] zsh profile: tycho, add wakatime folder to path --- zsh/.zprofile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.zprofile b/zsh/.zprofile index 7646005..bdabd7b 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -26,6 +26,10 @@ if [[ $HOST == "core.envs.net" ]]; then pathadd_head "$HOME/public_html/files/bin" fi +if [[ $HOST == "tycho" ]]; then + pathadd_tail "$HOME/.wakatime" +fi + # rust [ -f $HOME/.cargo/env ] && source $HOME/.cargo/env