1
0
dotfiles/env.sh
erick-alcachofa ea989b8071
chore: Initial commit
Current dotfiles settings (previously hosted on github)
2025-03-01 21:43:33 -06:00

9 lines
198 B
Bash
Executable File

#!/usr/bin/env
if [ -z "$DOTFILES" ]; then
export DOTFILES=$HOME/dotfiles
fi
export CONFIG="${XDG_CONFIG_HOME:-${HOME}/.config}"
export ARTI_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/arti"