2020-02-27 17:27:52 -05:00
|
|
|
# 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
|
|
|
|
|
2022-08-27 14:39:11 -04:00
|
|
|
if [[ -r "$HOME/.cargo/env" ]]; then
|
2022-06-26 09:51:44 -04:00
|
|
|
. "$HOME/.cargo/env"
|
|
|
|
fi
|
|
|
|
|