ohmyzsh/themes/robbyrussell.zsh-theme
2024-04-22 21:50:39 +05:30

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}"