Created
September 14, 2023 09:22
-
-
Save wipermail/d19f9da339240d999ea2bdf87d4dbeed to your computer and use it in GitHub Desktop.
*nix Set Permanent Environment Variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/.bash-profile | ~/.zprofile | |
export [variable_name]=[variable_value] | |
source ~/.bash-profile | ~/.zprofile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment