Skip to content

Instantly share code, notes, and snippets.

@danktec
Created May 6, 2019 21:56
Show Gist options
  • Save danktec/1dad367e68803349c1b5f74c6db93366 to your computer and use it in GitHub Desktop.
Save danktec/1dad367e68803349c1b5f74c6db93366 to your computer and use it in GitHub Desktop.
Git + terraform PS1
export PS1='\[\033[00;32m\]\h\[\033[00;37m\]:\[\033[31m\]$(__git_ps1 "(%s)\[\033[00;3m\]")$(terraform workspace show "(%s)\[\033[01m\]") \[\033[0;34m\]\w\[\033[00m\] $ ';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment