mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
5 lines
200 B
Bash
5 lines
200 B
Bash
# Define LS_COLORS for customizing ls command output
|
|
export LS_COLORS='di=36:*.doc=35:*.txt=33:*.*=0'
|
|
|
|
# Set the prompt format
|
|
PS1="%F{magenta}%n %F{cyan}in %F{white}%~%f %F{magenta}ॐ%f %F{green}"
|