2022-11-28
|~1 min read
|159 words
Today, I’m diving a little further down the environment variables hole I started yesterday when looking into how environment variables are…
2022-11-28
|~2 min read
|350 words
Recently, I was working on a project when I realized that my username was being assigned to a variable that I wasn’t expecting. I wanted to…
2022-11-28
|~13 min read
|2492 words
Secrets At Remine, we have a shared UI library, . Recently, I had the opportunity to upgrade our icon library to so that we could use their…
2022-11-28
|~1 min read
|111 words
To make an environment variable available in Bash or Zsh, save the environment to or respectively. To set the variable, open the…