Files
bash/source-files/bashrc
T
2024-07-04 15:56:27 +03:00

7 lines
112 B
Bash

# /etc/bashrc
# Setting bash prompt if not in chroot
if ! [ -f /tmp/is_chroot ]; then
PS1='[\u@\h \W]\$ '
fi