From 45d9f9d4e44fe8ee8ce44744c51b1302c690cfbb Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 4 Jan 2023 17:08:00 +0200 Subject: Add bashrc and .shells --- .bash_profile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..fc902a1 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,7 @@ +# Honor per-interactive-shell startup file +if [ -f ~/.bashrc ]; then . ~/.bashrc; fi + +export PATH="$PATH:~/.local/share/flatpak/exports/bin/" +export QT_QPA_PLATFORMTHEME="qt5ct" +GUIX_PROFILE="$HOME/.guix-profile" +. "$GUIX_PROFILE/etc/profile" -- cgit v1.2.3