Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

BugFix: Remove unnecessary "export" #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 28, 2021

  1. BugFix: Remove unnecessary "export"

    exports PRE_NAMESPACE_PWD and PRE_NAMESPACE_PATH variables to environment variables cause the PWD/PATH will set to  PRE_NAMESPACE_PWD/PRE_NAMESPACE_PATH every time while you start a bash.
    (the unset does not work cause it can only unset local variables)
    
    solution: removes "export" words at the start of the definition of  PRE_NAMESPACE_PWD and PRE_NAMESPACE_PATH
    susautw committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    30f04da View commit details
    Browse the repository at this point in the history