Adding flatpak binary directory to shell's PATH

This commit is contained in:
Derek Taylor
2022-11-24 08:38:04 -06:00
parent 6612d20543
commit 924d854e52
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -51,6 +51,10 @@ if [ -d "$HOME/Applications" ] ;
then PATH="$HOME/Applications:$PATH"
fi
if [ -d "/var/lib/flatpak/exports/bin/" ] ;
then PATH="/var/lib/flatpak/exports/bin/:$PATH"
fi
### SETTING OTHER ENVIRONMENT VARIABLES
if [ -z "$XDG_CONFIG_HOME" ] ; then
export XDG_CONFIG_HOME="$HOME/.config"