mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Add All The Environment Variables as a zsh til.
This commit is contained in:
6
zsh/all-the-environment-variables.md
Normal file
6
zsh/all-the-environment-variables.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# All The Environment Variables
|
||||
|
||||
If you want to see all the environment variables defined on your machine,
|
||||
you can list them all out with `printenv`. If you are like me, you probably
|
||||
have a ton of them. Pipe it through `less` to make it easier to navigate and
|
||||
search through (i.e. `printenv | less`).
|
||||
Reference in New Issue
Block a user