mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
My Awesome Theme is a sleek and minimalistic Zsh theme designed for efficiency and aesthetics. With a clean layout and intuitive color scheme, it offers a pleasant and productive command-line experience.
5 lines
189 B
Bash
5 lines
189 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{white}ॐ% f "
|