Skip to content

Instantly share code, notes, and snippets.

@yordanoweb
Last active January 13, 2025 19:55
Show Gist options
  • Save yordanoweb/b5acc14c535b09b9f39e44207bf71d64 to your computer and use it in GitHub Desktop.
Save yordanoweb/b5acc14c535b09b9f39e44207bf71d64 to your computer and use it in GitHub Desktop.
My shell prompts

Play a little with shell prompt

Some colors

user@host ::: dir $

PS1="\[\033[38;5;141m\]\u\[\033[38;5;209m\]@\[\033[38;5;105m\]\h \[\033[38;5;209m\]::: \[\033[01;37m\]\W \[\033[38;5;209m\]$ \[\033[1;00m\]"

Folder before directory name

user@host folder_icon dir$

PS1="\[\033[38;5;141m\]\u\[\033[38;5;209m\]@\[\033[38;5;105m\]\h \[\033[38;5;209m\]  \[\033[01;37m\]\W\[\033[38;5;209m\]$ \[\033[1;00m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment