From 9540a524a86b1485f14d6ad72836226acda22b65 Mon Sep 17 00:00:00 2001 From: nub31 Date: Fri, 26 Sep 2025 18:53:27 +0200 Subject: [PATCH] Move PS1 --- .bashrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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