my-yadm/.zshenv

14 lines
284 B
Plaintext
Raw Normal View History

# Start configuration added by Zim install {{{
#
# User configuration sourced by all invocations of the shell
#
# Define Zim location
: ${ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim}
# }}} End configuration added by Zim install
if [[ -r "$HOME/.cargo/env" ]]; then
. "$HOME/.cargo/env"
fi