commit da1bdb246c4b2ae2c91d5652f17e065da2122dba
parent 8b1aef535369aca23ffaf292ee159f6d39669060
Author: Josuah Demangeon <mail@josuah.net>
Date: Thu, 11 May 2017 15:25:06 +0200
up up up
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.profile b/.profile
@@ -86,7 +86,7 @@ export PS1 PS2 PS3
# startup
case "$(tty)" in ( /dev/tty* )
- setfont "$ETC/consolefonts/lode-16.psf"
+ setfont "$ETC/consolefonts/miniwi-8.psf"
printf '\033]P0000000\033]P7ffddaa\033[J' # color theme
;;
esac
diff --git a/bin/fig b/bin/fig
@@ -5,7 +5,7 @@ IFS='
set -- $(printf '%s ' "$@" | fold -w 1)
-for character in "$@"
+for character
do
set -- $(
while IFS='' read -r line