Binary Bliss: Zsh and Bash Aliases for the Shell-Based Project Manager

Because, honestly, who needs human-readable code?

More Shell-based Project Management Bash Aliases for the Win Advanced Zsh Configuration Options

alias -a for all the things

Set up your shell aliases with the most basic of commands:

		alias ll="ls -lah"
		alias la="cd ~ && ls -a"
		alias ..="cd .."
	

And for the more advanced users:

		alias ga="glances --all"
		alias gga="glances --group-by=memory"
	

Because, honestly, who needs to actually remember anything?

More Advanced Aliases Alias-ing the Shell