Skip to content

Instantly share code, notes, and snippets.

@solidnerd
Created December 8, 2015 07:28
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 solidnerd/0d4ebe92b14892ed2f68 to your computer and use it in GitHub Desktop.
Save solidnerd/0d4ebe92b14892ed2f68 to your computer and use it in GitHub Desktop.
Elixir Version in a PowerLevel9K Theme
prompt_elixir() {
local elixir_prompt="$(mix --version 2>/dev/null)"
[[ -z "${elixir_prompt}" ]] && return
ELIXIR_ICON=$'\uE1C3' # alchemist 
$1_prompt_segment "$0" "magenta" "white" "${elixir_prompt:4} $ELIXIR_ICON"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment