summaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2022-10-15 21:19:15 -0500
committerMitsuo Tokumori <[email protected]>2022-10-15 21:19:15 -0500
commit0201a408fd420e265886d97b0fb3e07a325bd031 (patch)
tree9b5004d2b436d9414182c5515a5424b53bcd7ead /bash
parent452c94652f63d2ed07ffb7ddef8545c4d5bbea3c (diff)
downloaddotfiles-0201a408fd420e265886d97b0fb3e07a325bd031.tar.gz
dotfiles-0201a408fd420e265886d97b0fb3e07a325bd031.tar.bz2
dotfiles-0201a408fd420e265886d97b0fb3e07a325bd031.zip
Comment setfont on bashrc
Error/warning shows up when using ssh to remotely connect to machine https://stackoverflow.com/questions/28353244/error-in-linux-console-couldnt-get-a-file-descriptor-referring-to-the-console
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/bash/bashrc b/bash/bashrc
index f38d7e1..2c43535 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -106,9 +106,9 @@ export GPG_TTY=$(tty)
export TERM="xterm-256color"
# EGA/VGA font (used with ArchLinux in pre-Xorg session)
-if [ -z $DESKTOP_SESSION ]; then
- setfont LatGrkCyr-8x16
-fi
+#if [ -z $DESKTOP_SESSION ]; then
+# setfont LatGrkCyr-8x16
+#fi
# nvm
source /usr/share/nvm/init-nvm.sh