Shell

Aliases & Functions

My Dotfiles include various shell aliases and functions. Some are available in ZSH and bash, being shared in profile They can be searched from Alfred using alfred-bash-profile-commands

Command Line interface argument default value

VARIABLE=${1:-$DEFAULTVALUE}
2020-09-03
dev
logo