zsh profile: tycho, add wakatime folder to path

This commit is contained in:
earnest ma 2022-10-21 09:30:24 -04:00
parent 3088f77434
commit aa45d8092f
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
1 changed files with 4 additions and 0 deletions

View File

@ -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