mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Merge pull request #1216 from CantoroMC/master
[icons nerdfont] added gpg icon
This commit is contained in:
commit
b5f5b2f55c
|
@ -28,6 +28,7 @@
|
|||
#define ICON_DESKTOP "\ufcbe"
|
||||
#define ICON_DOCUMENT "\uf718"
|
||||
#define ICON_DOWNLOADS "\uf5d7"
|
||||
#define ICON_ENCRYPT "\uf805"
|
||||
#define ICON_FSHARP "\ue7a7"
|
||||
#define ICON_GIT "\ue5fb"
|
||||
#define ICON_HASKELL "\ue777"
|
||||
|
@ -124,6 +125,7 @@
|
|||
#define ICON_EXT_GEM ICON_RUBY
|
||||
#define ICON_EXT_GIF ICON_PICTUREFILE
|
||||
#define ICON_EXT_GO "\ufcd1"
|
||||
#define ICON_EXT_GPG ICON_ENCRYPT
|
||||
#define ICON_EXT_GZ ICON_ARCHIVE
|
||||
#define ICON_EXT_GZIP ICON_ARCHIVE
|
||||
|
||||
|
|
|
@ -373,6 +373,7 @@ static const struct icon_pair icons_ext[] = {
|
|||
{"gem", ICON_EXT_GEM, COLOR_RUBY},
|
||||
{"gif", ICON_EXT_GIF, COLOR_IMAGE},
|
||||
{"go", ICON_EXT_GO, 0},
|
||||
{"gpg", ICON_EXT_GPG, COLOR_ARCHIVE},
|
||||
{"gz", ICON_EXT_GZ, COLOR_ARCHIVE},
|
||||
{"gzip", ICON_EXT_GZIP, COLOR_ARCHIVE},
|
||||
|
||||
|
|
Loading…
Reference in a new issue