Fix malayalam font

This commit is contained in:
2024-09-14 21:34:17 +05:30
parent 027bd37909
commit 6fa595df78
2 changed files with 27 additions and 20 deletions
+7
View File
@@ -29,3 +29,10 @@ if test -z "$USER_PROFILEREAD"; then
export USER_PROFILEREAD=1
fi
if [ -n "$BASH_VERSION" -a -n "$PS1" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi