aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/core
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-08-18 13:28:10 -0500
committerJesús <heckyel@hyperbola.info>2021-08-18 13:28:10 -0500
commit9430072aaa59092eb351807556bd04334dcc51c4 (patch)
tree1d614b5fbc1b54aab3beff44deeb03afc134808d /hyperterm/core
parentc2419b6d497adc2a63aa16188dfb53f76c22e5ff (diff)
downloadhyperterm-9430072aaa59092eb351807556bd04334dcc51c4.tar.lz
hyperterm-9430072aaa59092eb351807556bd04334dcc51c4.tar.xz
hyperterm-9430072aaa59092eb351807556bd04334dcc51c4.zip
fix missing themes in updbashrc
Diffstat (limited to 'hyperterm/core')
-rw-r--r--hyperterm/core/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperterm/core/update.sh b/hyperterm/core/update.sh
index 8d87b1a..659e7e5 100644
--- a/hyperterm/core/update.sh
+++ b/hyperterm/core/update.sh
@@ -102,7 +102,7 @@ function updbashrc() {
install -m644 /tmp/hyperterm/hyperterm/core/$i "$HOME/.hyperterm/core/$i"
done
# themes
- for i in default.sh joy.sh light_theme.sh pure.sh special.sh; do
+ for i in default.sh joy.sh light_theme.sh minterm.sh pure.sh simple.sh special.sh; do
install -m644 /tmp/hyperterm/hyperterm/themes/$i "$HOME/.hyperterm/themes/$i"
done
# tools