Skip to content

Commit

Permalink
Adjust git icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
drn committed Sep 7, 2018
1 parent 3a5a50b commit 9c9a718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion icon/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ var files = map[string]rune{
"file": '\uf15b',
"font": '\uf031',
"gform": '\uf298',
"git": '\uf1d3',
"git": '\uf7a1',
"go": '\ue626',
"gruntfile.js": '\ue74c',
"hs": '\ue777',
Expand Down
2 changes: 1 addition & 1 deletion icon/folders.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var folderAliases = map[string]string{

var folders = map[string]rune {
".atom": '\ue764',
".git": '\uf1d3',
".git": '\ue5fb',
".github": '\uf408',
".rvm": '\ue21e',
".Trash": '\uf1f8',
Expand Down

0 comments on commit 9c9a718

Please sign in to comment.