Move PS1
This commit is contained in:
4
.bashrc
4
.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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user