diff options
author | Thanos Apollo <[email protected]> | 2023-01-04 17:08:00 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-01-04 17:08:00 +0200 |
commit | 45d9f9d4e44fe8ee8ce44744c51b1302c690cfbb (patch) | |
tree | 7b762cbc88a886ede609d0983da290ac0757dcfa /.bash_profile | |
parent | 044c8050ffe0f91898970e9b31453eef93a76500 (diff) |
Add bashrc and .shells
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 7 |
1 files changed, 7 insertions, 0 deletions
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" |