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 /internal/icons.zsh | |
parent | e2196ce32e28d1860441eaa5a9490e768adcd969 (diff) |
add an icon and asdf colors for julia; see #817
Diffstat (limited to 'internal/icons.zsh')
-rw-r--r-- | internal/icons.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/icons.zsh b/internal/icons.zsh index bf8f31fe..f9331df1 100644 --- a/internal/icons.zsh +++ b/internal/icons.zsh @@ -141,6 +141,7 @@ function _p9k_init_icons() { PHP_ICON 'php' HASKELL_ICON 'hs' PACKAGE_ICON 'pkg' + JULIA_ICON 'jl' ) ;; 'awesome-fontconfig') @@ -266,6 +267,7 @@ function _p9k_init_icons() { PHP_ICON 'php' HASKELL_ICON 'hs' PACKAGE_ICON 'pkg' + JULIA_ICON 'jl' ) ;; 'awesome-mapped-fontconfig') @@ -394,6 +396,7 @@ function _p9k_init_icons() { PHP_ICON 'php' HASKELL_ICON 'hs' PACKAGE_ICON 'pkg' + JULIA_ICON 'jl' ) ;; 'nerdfont-complete'|'nerdfont-fontconfig') @@ -520,6 +523,7 @@ function _p9k_init_icons() { PHP_ICON '\uE608' # HASKELL_ICON '\uE61F' # PACKAGE_ICON '\uF8D6' # + JULIA_ICON '\uE624' # ) ;; ascii) @@ -643,6 +647,7 @@ function _p9k_init_icons() { PHP_ICON 'php' HASKELL_ICON 'hs' PACKAGE_ICON 'pkg' + JULIA_ICON 'jl' ) ;; *) @@ -768,6 +773,7 @@ function _p9k_init_icons() { PHP_ICON 'php' HASKELL_ICON 'hs' PACKAGE_ICON 'pkg' + JULIA_ICON 'jl' ) ;; esac |