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