Skip to content

Commit

Permalink
Using new shell icon (E7A2) instead of (E795); rebase [6238261](
Browse files Browse the repository at this point in the history
ryanoasis@6238261) for git ft
  • Loading branch information
marslo committed Jan 9, 2024
1 parent 7cd4a20 commit c2de93e
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions plugin/webdevicons.vim
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,14 @@ function! s:setDictionaries()
\ 'lua' : '',
\ 'java' : '',
\ 'jenkinsfile' : '',
\ 'sh' : '',
\ 'fish' : '',
\ 'bash' : '',
\ 'zsh' : '',
\ 'ksh' : '',
\ 'csh' : '',
\ 'awk' : '',
\ 'ps1' : '',
\ 'sh' : '',
\ 'fish' : '',
\ 'bash' : '',
\ 'zsh' : '',
\ 'ksh' : '',
\ 'csh' : '',
\ 'awk' : '',
\ 'ps1' : '',
\ 'ml' : 'λ',
\ 'mli' : 'λ',
\ 'diff' : '',
Expand All @@ -247,6 +247,7 @@ function! s:setDictionaries()
\ 'cljs' : '',
\ 'edn' : '',
\ 'scala' : '',
\ 'gitcommit': '',
\ 'go' : '',
\ 'groovy' : '',
\ 'dart' : '',
Expand Down Expand Up @@ -303,10 +304,10 @@ function! s:setDictionaries()
\ 'mix.lock' : '',
\ 'dropbox' : '',
\ '.ds_store' : '',
\ '.gitconfig' : '',
\ '.gitignore' : '',
\ '.gitattributes' : '',
\ '.gitlab-ci.yml' : '',
\ '.gitconfig' : '',
\ '.gitignore' : '',
\ '.gitmodules' : '',
\ '.gitattributes' : '',
\ '.bashrc' : '',
\ '.zshrc' : '',
\ '.zshenv' : '',
Expand Down

0 comments on commit c2de93e

Please sign in to comment.