12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
|
# Environment variables
|
||
|
. "/etc/profiles/per-user/pixelifytica/etc/profile.d/hm-session-vars.sh"
|
||
|
|
||
|
# Only source this once
|
||
|
if [[ -z "$__HM_ZSH_SESS_VARS_SOURCED" ]]; then
|
||
|
export __HM_ZSH_SESS_VARS_SOURCED=1
|
||
|
|
||
|
fi
|
||
|
|
||
|
ZSH="/nix/store/7i2mfvam07aqc8znk0vmngzwji11j1pd-oh-my-zsh-2023-06-26/share/oh-my-zsh";
|
||
|
ZSH_CACHE_DIR="/home/pixelifytica/.cache/oh-my-zsh";
|