diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-12 13:55:02 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-12 13:55:02 +0300 |
commit | a43b1b34d80c83c0f77427030662951ff845a29d (patch) | |
tree | ff1ec15cf7ae790a1a83ee14181df86ff58ed402 /config/p10k-lean.zsh | |
parent | e2196ce32e28d1860441eaa5a9490e768adcd969 (diff) |
add an icon and asdf colors for julia; see #817
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index ba4f4727..3b1c1311 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -658,6 +658,11 @@ # typeset -g POWERLEVEL9K_ASDF_HASKELL_VISUAL_IDENTIFIER_EXPANSION='⭐' # typeset -g POWERLEVEL9K_ASDF_HASKELL_SHOW_ON_UPGLOB='*.foo|*.bar' + # Julia version from asdf. + typeset -g POWERLEVEL9K_ASDF_JULIA_FOREGROUND=70 + # typeset -g POWERLEVEL9K_ASDF_JULIA_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_JULIA_SHOW_ON_UPGLOB='*.foo|*.bar' + ##########[ nordvpn: nordvpn connection status, linux only (https://nordvpn.com/) ]########### # NordVPN connection indicator color. typeset -g POWERLEVEL9K_NORDVPN_FOREGROUND=39 |