From 6c5dfd1061fe2dce7fd79240e815172e1366d672 Mon Sep 17 00:00:00 2001 From: Howins Date: Sun, 25 Feb 2024 19:47:04 +0100 Subject: [PATCH] Add terminal icon for Nu file (#8399) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nu is a shell language so it should has the `terminal` icon. Release Notes: - N/A Capture d’écran 2024-02-25 à 18 49 43 --- assets/icons/file_icons/file_types.json | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index 8ed62a24a5..936fa30e62 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -95,6 +95,7 @@ "mts": "typescript", "myd": "storage", "myi": "storage", + "nu": "terminal", "odp": "document", "ods": "document", "odt": "document",