dotfiles/bash/.bash_profile
2024-05-19 02:28:54 -04:00

7 lines
241 B
Bash

# shellcheck disable=SC1091
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment"
export HISTFILE="$XDG_STATE_HOME/bash/history"
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"