summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-03-21 15:16:42 -0700
committerMike Crute <crutem@amazon.com>2019-03-21 15:17:31 -0700
commitb62473003ce634ce33ecb3be5979abbf505cfff6 (patch)
tree6489d9f3fffd9eb3e0c1b24521acef1efb55ae28 /bin
parent585672f04bbe187bc2c31ee740fe83f97149c5d0 (diff)
downloaddotfiles-b62473003ce634ce33ecb3be5979abbf505cfff6.tar.bz2
dotfiles-b62473003ce634ce33ecb3be5979abbf505cfff6.tar.xz
dotfiles-b62473003ce634ce33ecb3be5979abbf505cfff6.zip
Change presentation term text size
Diffstat (limited to 'bin')
-rwxr-xr-xbin/st2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/st b/bin/st
index 9d37194..8ee54f6 100755
--- a/bin/st
+++ b/bin/st
@@ -7,7 +7,7 @@ FONT="Inconsolata"
7SIZE=12 7SIZE=12
8 8
9if [ "$1" == "big" ]; then 9if [ "$1" == "big" ]; then
10 SIZE=30 10 SIZE=20
11fi 11fi
12 12
13if [ -f ~/.local/bin/stterm ]; then 13if [ -f ~/.local/bin/stterm ]; then