diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-02-11 18:22:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-11 18:22:49 +0300 |
commit | 1de14df11fb3bf67958555b921f8323cda0d3d03 (patch) | |
tree | 44a9cb7f138ce42e7a721be741c798c404abae04 /functions/icons.zsh | |
parent | c6f8e1023328424f67fe4cb559f799b6eff0e9a2 (diff) | |
parent | 052eba9c74b2153dbd70eb4ba829f258a596baf2 (diff) |
Merge pull request #395 from dritter/benoits_dir_writable_segment
Benoits dir writable segment
Diffstat (limited to 'functions/icons.zsh')
-rw-r--r-- | functions/icons.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh index df92d22a..44d99095 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -78,6 +78,7 @@ case $POWERLEVEL9K_MODE in PYTHON_ICON $'\U1F40D' # 🐍 SWIFT_ICON '' PUBLIC_IP_ICON '' + LOCK_ICON $'\UE138' # ) ;; 'awesome-fontconfig') @@ -138,6 +139,7 @@ case $POWERLEVEL9K_MODE in PYTHON_ICON $'\U1F40D' # 🐍 SWIFT_ICON '' PUBLIC_IP_ICON '' + LOCK_ICON $'\UE138' # ) ;; *) @@ -198,6 +200,7 @@ case $POWERLEVEL9K_MODE in PYTHON_ICON '' SWIFT_ICON 'Swift' PUBLIC_IP_ICON '' + LOCK_ICON $'\UE0A2' ) ;; esac |