summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-01 10:45:09 +0200
committerThanos Apollo <[email protected]>2023-02-01 10:45:09 +0200
commitb4415b72cbeb0408c509fc134e17d24fed02fcdc (patch)
treeb0d2f8685fd36afb707853c224b02d291a746d32
parent92cc8ebadc57f25a02fdbb55f31858aad4d5e504 (diff)
bash_exports: Add .local/bin to path
-rw-r--r--.bash_profile1
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"