dotfiles/user-config/zsh/.zprofile

9 lines
253 B
Bash

# Setup guix profile locales
export GUIX_LOCPATH=${HOME}/.guix-home/profile/lib/locale
# Add local binaries to PATH
export PATH="${PATH}:$HOME/.bin"
# Start user shepherd if not already running
#[[ ! -S /run/user/${UID}/shepherd/socket ]] && shepherd