|
|
@ -2,10 +2,10 @@ |
|
|
|
|
|
|
|
if [ "$#" != "0" ]; then |
|
|
|
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/font.ttf ' |
|
|
|
echo ' ~/.config/termux/termux.properties' |
|
|
|
echo ' ~/.termux/termux.properties' |
|
|
|
exit |
|
|
|
fi |
|
|
|
|
|
|
|