Skip to content

Instantly share code, notes, and snippets.

@fcantor
Last active September 9, 2022 22:22
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 fcantor/f4d63ec89d241395143e80654d877eb5 to your computer and use it in GitHub Desktop.
Save fcantor/f4d63ec89d241395143e80654d877eb5 to your computer and use it in GitHub Desktop.
ZSH profile
# aliases
alias refresh="source ~/.zshrc"
# prints new line after every prompt
precmd() { print "" }
# prompt
export NEWLINE=$'\n'
export PROMPT="%F{175}%n%f %F{217}@%f %F{99}%/%f${NEWLINE}%F{217}→ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment