From 83f7d9224f498d424efdf742c82bfdd832676bff Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 21 Jun 2024 22:37:01 +0300 Subject: [PATCH] xmake on bash --- ~/Bash/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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" +###########################################################