Files
dotfiles/zshenv
2024-08-09 12:27:45 +02:00

8 lines
167 B
Bash

# Session variables
source "$HOME/.session-variables.sh"
# Only source this once
if [[ -z "$ZSH_SESSION_VARS_SOURCED" ]]; then
export ZSH_SESSION_VARS_SOURCED=1
fi