Skip to content

Instantly share code, notes, and snippets.

@peterwillis
peterwillis / pete.zsh-theme
Last active March 23, 2020 22:16
zsh theme
# gitfast plugin required
GIT_PS1_SHOWUPSTREAM="auto"
GIT_PS1_SHOWCOLORHINTS="yes"
GIT_PS1_DESCRIBE_STYLE="branch"
PROMPT="%{$fg[magenta]%}%B%T%b %{$fg[blue]%}%1~%{$reset_color%}$(__git_ps1)%{$reset_color%}\$ "

Keybase proof

I hereby claim:

  • I am peterwillis on github.
  • I am peterwillis (https://keybase.io/peterwillis) on keybase.
  • I have a public key ASCWM7M3Me4xNXVFer4lbiC-esR7YmigYBvSJ4M5S3X5ogo

To claim this, I am signing this object:

# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to make opened Markdown files always be soft wrapped:
#
# path = require 'path'
#