From 6fa595df78552834b0464a84944bc0d0c133f11e Mon Sep 17 00:00:00 2001 From: Harish Karumuthil Date: Sat, 14 Sep 2024 21:34:17 +0530 Subject: [PATCH] Fix malayalam font --- .../fontconfig/conf.d/50-hari-malayalam.conf | 40 +++++++++---------- home/.profile | 7 ++++ 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/home/.config/fontconfig/conf.d/50-hari-malayalam.conf b/home/.config/fontconfig/conf.d/50-hari-malayalam.conf index a9721c1..770483f 100644 --- a/home/.config/fontconfig/conf.d/50-hari-malayalam.conf +++ b/home/.config/fontconfig/conf.d/50-hari-malayalam.conf @@ -2,24 +2,24 @@ - - - Manjari - - sans-serif - - - - - - ml - - - sans-serif - - - Manjari - - - ~/.fonts + + + sans-serif + + Noto Sans + Noto Sans Malayalam + + + + + + + + + + + + + + diff --git a/home/.profile b/home/.profile index 5a89692..377a165 100755 --- a/home/.profile +++ b/home/.profile @@ -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