This commit is contained in:
2021-04-08 18:13:25 +00:00
17 changed files with 154 additions and 15 deletions

View File

@@ -12,6 +12,10 @@ no_color="\[\033[0m\]"
# Interactive Prompt: "$ " in green
export PS1="${green}\$${no_color} "
if [ "${HOSTNAME}" != "crypt" ]; then
PS1="${PS1}${blue}${HOSTNAME} ${PS1}"
fi
# Continuation Prompt: "> " in cyan
export PS2="${cyan}>${no_color} "
# Debugging Prompt: "# " in blue