From 337e7126615d15edc526f1ced365545d938e0e16 Mon Sep 17 00:00:00 2001
From: Santiago Lo Coco <santilococo.01@gmail.com>
Date: Tue, 8 Feb 2022 13:47:04 -0300
Subject: [PATCH] Fix bug with LAPTOP variable in .zprofile

---
 dotfiles/.zprofile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile
index 4a6e3eb..079ec53 100644
--- a/dotfiles/.zprofile
+++ b/dotfiles/.zprofile
@@ -9,7 +9,7 @@ if ! echo $PATH | grep -q "$HOME/.local/share/gem/ruby/3.0.0/bin"; then
 fi
 
 if grep -q "i5" /proc/cpuinfo; then
-    export LAPTOP
+    export LAPTOP=""
 fi
 
 if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then