mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 07:11:09 +00:00
Fix malayalam font
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user