diff --git a/~/Bash/.bashrc b/~/Bash/.bashrc index e7dcee4..7cfe0ed 100644 --- a/~/Bash/.bashrc +++ b/~/Bash/.bashrc @@ -76,3 +76,7 @@ fi # WakaTime Terminal ####################################### source $HOME/Git/bash-wakatime/bash-wakatime.sh ########################################################### + +# XMake ################################################### +test -f "/home/user/.xmake/profile" && source "/home/user/.xmake/profile" +###########################################################