Compare commits

...

3 Commits

Author SHA1 Message Date
83f7d9224f
xmake on bash 2024-06-21 22:37:01 +03:00
702748b0e1
wakatime on bash 2024-06-21 22:36:10 +03:00
91c0b26065
makepkg env variable 2024-06-21 22:35:42 +03:00

View File

@ -12,6 +12,7 @@ export PS1='\[\e[0;33m\][\t] \[\e[0;32m\][\W]\[\e[0m\] \[\e[0;31m\]> \[\e[0m\]'
export GPG_TTY=$(tty)
export PATH="$PATH:$HOME/.local/bin"
export PKGEXT=.pkg.tar # disable compress packages (ArchLinux makepkg)
# PMNG ####################################################
export PMNG_PWD_FILE="$HOME/Vault/.password.yml"
@ -71,3 +72,11 @@ if ! shopt -oq posix; then
fi
fi
###########################################################
# WakaTime Terminal #######################################
source $HOME/Git/bash-wakatime/bash-wakatime.sh
###########################################################
# XMake ###################################################
test -f "/home/user/.xmake/profile" && source "/home/user/.xmake/profile"
###########################################################