# this is my bashrc config. there are many like it, but this one is mine. # shellcheck shell=bash # Defaults export DOTFILES="$HOME/.dotfiles" export DOTFILES_SHARED_LOADED="" export DOTFILES_CURRENT_SHELL="bash" # shellcheck source=scripts/shared.sh source "$DOTFILES/scripts/shared.sh" path_prepend "$DOTFILES/local/bin" x-load-configs # Import ssh keys in keychain ssh-add -A 2>/dev/null