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