. /etc/profile.d/ps1
PS1=$PS1_BASH
[ -f "$HOME/.ash_history" ] && ln -sf /etc/shell_history "$HOME/.ash_history"
[ -z "$_SHELL_SOURCED" ] && { _SHELL_SOURCED=1; case "$-" in *i*) [ -n "$(which fastfetch)" ] && fastfetch ;; esac; }
