Initial Commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user