mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-22 23:39:21 +00:00
3 lines
156 B
Bash
3 lines
156 B
Bash
# Prompt
|
|
export PS1="\[\e[0;90m\][\[\e[0;37m\]\u\[\e[0;37m\]@\[\e[0;37m\]\H\[\e[0;90m\]] \[\e[0;90m\](\[\e[0;37m\]\W\[\e[0;90m\]) \[\e[0;37m\]\$\[\e[0m\] "
|