mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
comments
This commit is contained in:
parent
c93ad39604
commit
b830c5cc45
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ function _p9k_init_icons() {
|
|||
VCS_GIT_GITLAB_ICON '\uE20E ' #
|
||||
VCS_HG_ICON '\uE1C3 ' #
|
||||
VCS_SVN_ICON '(svn) '
|
||||
RUST_ICON '(rust)'
|
||||
RUST_ICON '(rust)' # TODO: try 𝗥.
|
||||
PYTHON_ICON '\ue63c' #
|
||||
SWIFT_ICON ''
|
||||
GO_ICON ''
|
||||
|
@ -482,7 +482,7 @@ function _p9k_init_icons() {
|
|||
VCS_GIT_GITLAB_ICON ''
|
||||
VCS_HG_ICON ''
|
||||
VCS_SVN_ICON ''
|
||||
RUST_ICON 'Rust'
|
||||
RUST_ICON 'Rust' # TODO: try 𝗥.
|
||||
PYTHON_ICON 'Py'
|
||||
SWIFT_ICON 'Swift'
|
||||
GO_ICON 'Go'
|
||||
|
|
Loading…
Reference in a new issue