pub-solar-os/profiles/develop/zsh/functions/mcd
Timothy DeHerrera 6139834a4a
develop#zsh: factor out functions into files
Upgrade the `rg` function to only pipe to `PAGER` when output is a
terminal.
2019-12-15 20:54:11 -07:00

3 lines
44 B
Plaintext

# mkdir & cd to it
mkdir -p "$1" && cd "$1"