Skip to content

Instantly share code, notes, and snippets.

@wipermail
Created September 14, 2023 09:22
Show Gist options
  • Save wipermail/d19f9da339240d999ea2bdf87d4dbeed to your computer and use it in GitHub Desktop.
Save wipermail/d19f9da339240d999ea2bdf87d4dbeed to your computer and use it in GitHub Desktop.
*nix Set Permanent Environment Variable
~/.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