1 changed files with 5 additions and 5 deletions
@ -1,12 +1,12 @@ |
|||||
#!/data/data/com.termux/files/usr/bin/sh |
#!/data/data/com.termux/files/usr/bin/sh |
||||
|
|
||||
if [ "$#" != "0" ]; then |
if [ "$#" != "0" ]; then |
||||
echo 'usage: termux-reload-settings' |
echo 'usage: termux-reload-settings' |
||||
echo 'Use without arguments to reload settings after modifying either of:' |
echo 'Use without arguments to reload settings after modifying any of:' |
||||
echo ' ~/.termux/colors.properties' |
echo ' ~/.termux/colors.properties' |
||||
echo ' ~/.termux/font.ttf ' |
echo ' ~/.termux/font.ttf ' |
||||
echo ' ~/.config/termux/termux.properties' |
echo ' ~/.termux/termux.properties' |
||||
exit |
exit |
||||
fi |
fi |
||||
|
|
||||
am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null |
am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null |
||||
|
Loading…
Reference in new issue