Merge branch 'master' of github.com:harish2704/dotFiles

This commit is contained in:
2024-09-14 21:51:40 +05:30
14 changed files with 5043 additions and 4432 deletions
+7
View File
@@ -30,3 +30,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