Initial Commit

This commit is contained in:
CapCreeperGR
2024-07-08 12:03:55 +00:00
commit 6ca5d30c23
6 changed files with 108 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# /etc/zsh
# Setting zsh prompt if not in chroot
if ! [ -f /tmp/is_chroot ]; then
export PROMPT="[%n@%m %1~]$ "
fi