Skip to content

Shell Prompt Customization

Original Customized
alt text alt text

On Terminal

% nano ~/.zshrc

nano

Add this PROMPT

# Set to glay
PROMPT=$'%{\e[38;5;0m\e[48;5;254m%}%n@%m %~ %% %{\e[0m%} '

# Set to bold
# PROMPT=$'%{\e[1m%}%n@%m %~ %% %{\e[0m%} '

alt text

Control + X -> Y -> Enter

On Terminal

% source ~/.zshrc

Open new terminal