Skip to content
Snippets Groups Projects
Commit 69d2f7e3 authored by nimrod's avatar nimrod
Browse files

Include Flatpak binaries in the PATH.

parent 4b54efc4
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,8 @@ export PATH="$GOPATH/bin:$PATH"
export PATH="$HOME/.cabal/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
export PATH="/var/lib/flatpak/exports/bin:$PATH"
export PATH="$HOME/.local/share/flatpak/exports/bin:$PATH"
export PATH="$HOME/Documents/bin:$PATH"
export PATH="$HOME/Repositories/Shore/ssh-ca:$PATH"
export PATH="$HOME/Repositories/Shore/ssl-ca:$PATH"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment