Skip to content

Instantly share code, notes, and snippets.

@kyletimmermans
Last active September 8, 2024 17:04
Show Gist options
  • Save kyletimmermans/bcf06798e04290c524d2f1ce4e7a5352 to your computer and use it in GitHub Desktop.
Save kyletimmermans/bcf06798e04290c524d2f1ce4e7a5352 to your computer and use it in GitHub Desktop.
A collection of Zsh terminal prompts
# Kali Linux
PROMPT=$'%F{%(#.blue.green)}┌──${debian_chroot:+($debian_chroot)─}${VIRTUAL_ENV:+($(basename $VIRTUAL_ENV))─}(%B%F{%(#.red.blue)}%n%(#.💀.㉿)%m%b%F{%(#.blue.green)})-[%B%F{reset}%(6~.%-1~/…/%4~.%5~)%b%F{%(#.blue.green)}]\n└─%B%(#.%F{red}#.%F{blue}$)%b%F{reset} '
RPROMPT=$'%(?.. %? %F{red}%B⨯%b%F{reset})%(1j. %j %F{yellow}%B⚙%b%F{reset}.)'
# Parrot OS
PROMPT="%F{red}┌[%f%F{cyan}%m%f%F{red}]─[%f%F{yellow}%D{%H:%M-%d/%m}%f%F{red}]─[%f%F{magenta}%d%f%F{red}]%f"$'\n'"%F{red}└╼%f%F{green}$USER%f%F{yellow}$%f"
# MacOSX
PS1="%n@%m %1~ %# "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment