Add prompt for current installed swift version

This commit is contained in:
Thomas Paul Mann
2016-12-01 21:21:05 +01:00
parent 1ff9da64d9
commit 21a5cbd988
3 changed files with 16 additions and 1 deletions
+3
View File
@@ -72,6 +72,7 @@ case $POWERLEVEL9K_MODE in
VCS_SVN_ICON '(svn) '
RUST_ICON ''
PYTHON_ICON $'\U1F40D' # 🐍
SWIFT_ICON ''
)
;;
'awesome-fontconfig')
@@ -126,6 +127,7 @@ case $POWERLEVEL9K_MODE in
VCS_SVN_ICON '(svn) '
RUST_ICON $'\uE6A8' # 
PYTHON_ICON $'\U1F40D' # 🐍
SWIFT_ICON ''
)
;;
*)
@@ -180,6 +182,7 @@ case $POWERLEVEL9K_MODE in
VCS_SVN_ICON ''
RUST_ICON ''
PYTHON_ICON ''
SWIFT_ICON 'Swift'
)
;;
esac