Skip to content

This repository contains shell scripting snippets. Great for recalling basic syntaxes while writing shell scripts.

Notifications You must be signed in to change notification settings

abhinav-nath/all-about-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

all-about-shell

This repository contains various shell scripting snippets. Great for recalling basic syntaxes while writing shell scripts. It also includes a dev setup for zsh (aliases, functions, etc).

My Dev setup for MacOS:

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?

About

This repository contains shell scripting snippets. Great for recalling basic syntaxes while writing shell scripts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published