Fix bug with LAPTOP variable in .zprofile
This commit is contained in:
parent
bcd02c4e93
commit
337e712661
|
@ -9,7 +9,7 @@ if ! echo $PATH | grep -q "$HOME/.local/share/gem/ruby/3.0.0/bin"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if grep -q "i5" /proc/cpuinfo; then
|
if grep -q "i5" /proc/cpuinfo; then
|
||||||
export LAPTOP
|
export LAPTOP=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
||||||
|
|
Loading…
Reference in New Issue