mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 17:41:12 +10:00
Adding flatpak binary directory to shell's PATH
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user