Initial Commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# /etc/bashrc
|
||||
|
||||
# Setting bash prompt if not in chroot
|
||||
if ! [ -f /tmp/is_chroot ]; then
|
||||
PS1='[\u@\h \W]\$ '
|
||||
fi
|
||||
Reference in New Issue
Block a user