aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/plugins.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim
index cf0b638..f4d2fa3 100644
--- a/core/plugins.vim
+++ b/core/plugins.vim
@@ -405,6 +405,10 @@ if !exists('g:airline_symbols')
let g:airline_symbols = {}
endif
let g:airline_symbols.paste = 'ρ'
+if !g:is_linux
+ let g:airline_symbols.branch = ''
+ let g:airline_symbols.spell = 'Ꞩ'
+endif
" Custom branch name
let g:airline#extensions#branch#custom_head = 'utils#GetGitBranch'