@ -1,9 +1,13 @@
function prompt_color() {
if [ "$USER" = "root" ]; then
echo "red"
else
if [ -n "$SSH_TTY" ]; then
echo "blue"
echo "green"
fi
}
# Prompts