Skip to content

Instantly share code, notes, and snippets.

@ruda
Last active September 19, 2023 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruda/a266ddb939d238985eedac83269872dc to your computer and use it in GitHub Desktop.
Save ruda/a266ddb939d238985eedac83269872dc to your computer and use it in GitHub Desktop.
Primary Prompt (PS1)
PS1='\$ '
PS1='\s-\v\$ '
PS1='\u:\w\$ '
PS1='\h:\W \u\$ '
PS1='\u@\H:\W\$ '
PS1='[\u@\h \W]\$ '
PS1='\u@\H:\w \n\$ '
PS1='\[\e[1m\]\$\[\e[0m\] '
PS1='\h:\W \u\[\e[1m\]\$\[\e[0m\] '
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
PS1='❯ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment