diff options
author | Thanos Apollo <[email protected]> | 2023-02-01 10:45:09 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-01 10:45:09 +0200 |
commit | b4415b72cbeb0408c509fc134e17d24fed02fcdc (patch) | |
tree | b0d2f8685fd36afb707853c224b02d291a746d32 /.bash_profile | |
parent | 92cc8ebadc57f25a02fdbb55f31858aad4d5e504 (diff) |
bash_exports: Add .local/bin to path
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" |