This commit is contained in:
nub31
2025-09-26 18:53:27 +02:00
parent d31c958332
commit 9540a524a8

View File

@@ -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