Added a builder script

The build script reduces the amount of IO on the disk when starting a new bash session.
This should speed up the startup time of the shell when under heavy IO load. There is
also a short reloader command that calls the builder script when things are modified to
avoid hot reloading of the scripts in the directory.
This commit is contained in:
Luke 2021-12-28 11:32:30 -08:00
parent 4a75f67b98
commit 148ef9e7ba
6 changed files with 60 additions and 5 deletions

4
hostname/kusanagi.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus