Linux CLI 25 ๐ง Prompt Customization
a - prompt customization intro
you can customize cli prompt by editing the PS1 variable
for permanent changes edit nano ~/.bashrc for BASH
~/.zshrc for Zsh and ~/.config/fish/config.fish for Fish
example โ PS1="TestPrompt " export PS1
and then to apply changes
source ~/.bashrc
but you can test and play with it temporarily by editing the PS1 on the terminal
example to only show the username โ PS1="\u "
b - prompt escape codes
Most common escape codes for shell prompt
\d โ current date \H โ full hostname \h โ hostname
\n โ new line character \r โ carriage return
\t โ time in 24 hour format \@ โ time in 12 hour format with AM/PM
\u โ username \w โ working directory \W โ last part of the working directory
\! โ history id of the command
\[ โ start of non-printing character sequence ]\ โ end for char sequence
example โ shows username - working directory last
c - prompt colors codes
List of colors: \033[30m โ Black
\033[30m โ Dark gray \033[31m โ Red \033[31m โ Light red
\033[32m โGreen \033[32m โLight green \033[33m โ Brown
\033[34m โ Blue \033[34m โ Light blue \033[33m โ Yellow
\033[35m โ Purple \033[35m โ Light purple
\033[36m โ Cyan \033[36m โ Light cyan
\033[37m โ Light gray \033[37m โ White
example 1 โ shows username - working directory last in purple color and then back to white
d - prompt background colors and text format codes
List of background colors: \033[40m โ Black
\033[44m โ Blue \033[41m โ Red \033[45m โ Purple
\033[42m โ Green \033[46m โ Cyan \033[43m โ Brown \033[47m โ Light gray
example 1 โ shows username - working directory last in purple color and white background and then back to default
List of text format codes:
\033[0m โ Reset formatting to default. \033[1m โ Bold text.
\033[4m โ Underline text. \033[7m โ inverse
example 1 โ shows username - working directory last in purple color and white background, underlined and then back to default
Stop using slow, ad-bloated tool sites! ๐คฎ
๐ Search “KandZ Tools” on Google to use many professional utilities for free.
KandZ.me is the ultimate minimalist hub for:
โ
Finance (Mortgage, Interest, Inflation)
โ
Tech (Base64, JSON, Dev Suite, IP)
โ
Health (BMI, BMR, TDEE)
โ
Productivity (Timer, Workspace, QR)
โก๏ธ Fast & Private
๐ No data leaves your device
๐ 100% Free
๐ Use it now: https://tools.kandz.me
๐ Bookmark itโyouโll need it later!