diff options
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index fe0d016..e68941d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -2,6 +2,7 @@ if [ -f ~/.bashrc ]; then . ~/.bashrc; fi export PATH="$PATH:~/.local/share/flatpak/exports/bin/" +export PATH="$PATH:~/.local/bin" export QT_QPA_PLATFORMTHEME="qt5ct" GUIX_PROFILE="$HOME/.guix-profile" . "$GUIX_PROFILE/etc/profile" |