Skip to content

Commit

Permalink
profile: Unset temporary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisawi authored and TingPing committed Mar 15, 2024
1 parent 26f740f commit 955d0c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profile/flatpak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ if command -v flatpak > /dev/null; then

export XDG_DATA_DIRS
XDG_DATA_DIRS="${new_dirs:+${new_dirs}:}${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"

unset new_dirs
fi

0 comments on commit 955d0c0

Please sign in to comment.