Created
December 8, 2015 07:28
-
-
Save solidnerd/0d4ebe92b14892ed2f68 to your computer and use it in GitHub Desktop.
Elixir Version in a PowerLevel9K Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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