diff --git a/.bashrc b/.bashrc index ab64c44..cc3d025 100644 --- a/.bashrc +++ b/.bashrc @@ -1,12 +1,10 @@ #!/bin/bash -PS1='[\u@\h \W]\$ ' - source "$HOME/.bashrc-path" source "$HOME/.bashrc-alias" # Use bash completion if installed -if [[ "$PS1" && -f /usr/share/bash-completion/bash_completion ]]; then +if [[ $PS1 && -f /usr/share/bash-completion/bash_completion ]]; then source /usr/share/bash-completion/bash_completion fi