xmake on bash

This commit is contained in:
Alexander Popov 2024-06-21 22:37:01 +03:00
parent 702748b0e1
commit 83f7d9224f
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6

View File

@ -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"
###########################################################