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 GeorgesStavracas committed Apr 26, 2024
1 parent 17538a1 commit b78cb26
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 b78cb26

Please sign in to comment.