Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-nath authored Oct 25, 2022
1 parent 4c5ebbf commit 2bbf935
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ This repository contains various shell scripting snippets. Great for recalling b
- [.aliases](./dev-setup/.aliases)
- [.functions](./dev-setup/.functions)
- [kubectl aliases](./dev-setup/kubectl-aliases.md)

### Order of Operations

This is the order in which these files get read. Keep in mind that it reads first from the system-wide file (i.e. `/etc/zshenv`) then from the file in your home directory (`~/.zshenv`) as it goes through the following order:

`.zshenv``.zprofile``.zshrc``.zlogin``.zlogout`

Details - [What should/shouldn't go in .zshenv, .zshrc, .zlogin, .zprofile, .zlogout?](https://unix.stackexchange.com/q/71253/107777)

0 comments on commit 2bbf935

Please sign in to comment.