From b4415b72cbeb0408c509fc134e17d24fed02fcdc Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 1 Feb 2023 10:45:09 +0200 Subject: bash_exports: Add .local/bin to path --- .bash_profile | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3