ohmybash / oh-my-bash

A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
https://ohmybash.github.io
MIT License
5.54k stars 626 forks source link

lib/history: remove redundant export for HISTIGNORE #501

Closed akinomyoga closed 6 months ago

akinomyoga commented 7 months ago

There does not seem to be a specific reason that we export HISTIGNORE as mentioned in https://github.com/ohmybash/oh-my-bash/discussions/500#discussioncomment-7676355. These lines were introduced in commit 53fb8037 but only HISTIGNORE had export.

In this PR, I try to remove the redundant export from the definition of HISTIGNORE. I'll wait for a while. If anyone has a reason to export HISTIGNORE, please let me know in this PR.