Fix bug with LAPTOP variable in .zprofile

This commit is contained in:
Santiago Lo Coco 2022-02-08 13:47:04 -03:00
parent bcd02c4e93
commit 337e712661
1 changed files with 1 additions and 1 deletions

View File

@ -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