Env Var #20
-
how to set env variable without explicitly read from cli ? |
Beta Was this translation helpful? Give feedback.
Answered by
bozkayasalihx
Oct 1, 2023
Replies: 1 comment
-
i could use ADDRESS=address while cli or just export env directly from terminal emulator but all these methods are temporary. which mean when you create an new terminal window i will droped, if you want persistent about that you could directly set it your zshrc or bashrc files |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bozkayasalihx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i could use ADDRESS=address while cli or just export env directly from terminal emulator but all these methods are temporary. which mean when you create an new terminal window i will droped, if you want persistent about that you could directly set it your zshrc or bashrc files