From 4096d3c9880fd2ee847b6d42a498283be2e6f050 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 19 Jan 2016 19:33:52 +1100 Subject: [PATCH] gpu_shorthand: remove more stuff --- fetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fetch b/fetch index 34474500..5bdf1179 100755 --- a/fetch +++ b/fetch @@ -692,6 +692,8 @@ getgpu () { gpu=${gpu/'Tahiti' } gpu=${gpu/'PRO' } gpu=${gpu/'OEM' } + gpu=${gpu/'Mars' } + gpu=${gpu/\/*} fi }