Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 620 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 620 Bytes

goprompt

CodeFactor Go Report Card

Usage

Install

go get github.com/erniebrodeur/goprompt/cmd/goprompt

then

goprompt

Shell Integration

Zsh

#!/bin/zsh
#------------------------------
# Prompt
#------------------------------
function precmd () {
  PROMPT=`~/go/bin/goprompt`
}