From 620454ae6e053f9280b72266d53dbbe3e53e5ce4 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 29 Jan 2016 18:32:23 +1100 Subject: [PATCH] CPU: Added new substitution to cpu_shorthand --- fetch | 1 + 1 file changed, 1 insertion(+) diff --git a/fetch b/fetch index 2c91996b..d5cbc748 100755 --- a/fetch +++ b/fetch @@ -814,6 +814,7 @@ getcpu () { cpu=${cpu// CPU} cpu=${cpu// Processor} cpu=${cpu// Six-Core} + cpu=${cpu// Eight-Core} cpu=${cpu// with Radeon HD Graphics} }