scripts/functions_korn/prompt

10 lines
162 B
Plaintext
Raw Normal View History

2023-05-06 02:24:23 +02:00
# Prompt para usuario normal
function prompt
{
print "${GREEN}${PWD/$HOME/\~} ${CYAN}$(get_branch)"
print "${RED}-> ${YELLOW}$ ${NORM}"
}
PS1="\$(prompt) "