From 9f0fb8b7d181e70c1c33693aabd4cde20db2a79a Mon Sep 17 00:00:00 2001 From: id101010 Date: Mon, 24 Sep 2018 18:55:43 +0200 Subject: [PATCH] Add commentary --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index ebccd26..fb77897 100644 --- a/zshrc +++ b/zshrc @@ -9,6 +9,7 @@ ZSH=/usr/share/oh-my-zsh/ # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes +# Don't try to display a powerfont theme in a tty if [[ $TERM == "linux" ]] || [[ $TERM == "screen" ]] ; then ZSH_THEME="gentoo" else