Initial Commit

This commit is contained in:
CapCreeperGR
2024-07-04 15:56:27 +03:00
commit ec99d97743
4 changed files with 77 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# /etc/bashrc
# Setting bash prompt if not in chroot
if ! [ -f /tmp/is_chroot ]; then
PS1='[\u@\h \W]\$ '
fi