configs/.bash_profile
Jean-Marie Mineau 67a3b753d8 add ruby to path
2020-12-23 20:18:48 +01:00

9 lines
297 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export PATH="$HOME/.gem/ruby/2.7.0/bin:$HOME/bin:$HOME/.local/bin:$HOME/.cargo/bin:$PATH";
export DATA="/media/me/dataDrive"
[ "$XDG_CURRENT_DESKTOP" = "KDE" ] || [ "$XDG_CURRENT_DESKTOP" = "GNOME" ] || export QT_QPA_PLATFORMTHEME="qt5ct"