diff --git a/.debian.bashrc b/.debian.bashrc index 76f5503..c5b3d0f 100644 --- a/.debian.bashrc +++ b/.debian.bashrc @@ -11,14 +11,14 @@ # - bash_aliases # - bash-completion -[[ -r ~/.ps1 ]] && . ~/.ps1 - [[ -r ~/.bash_aliases ]] && . ~/.bash_aliases [[ -r /usr/share/bash-completion/bash_completion ]] && . /usr/share/bash-completion/bash_completion [[ -f /etc/bash_completion.d/git-prompt ]] && . /etc/bash_completion.d/git-prompt +[[ -r ~/.ps1 ]] && . ~/.ps1 + ################################# # Debian Defaults # diff --git a/.void.bashrc b/.void.bashrc index 2b46ba6..f40d0f9 100644 --- a/.void.bashrc +++ b/.void.bashrc @@ -11,14 +11,14 @@ # - bash_aliases # - bash-completion -[[ -r ~/.ps1 ]] && . ~/.ps1 - [[ -r ~/.bash_aliases ]] && . ~/.bash_aliases [[ -r /usr/share/bash-completion/bash_completion ]] && . /usr/share/bash-completion/bash_completion [[ -f /usr/share/git/git-prompt.sh ]] && . /usr/share/git/git-prompt.sh +[[ -r ~/.ps1 ]] && . ~/.ps1 + ################################# # Debian Defaults #