1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-18 21:51:38 +03:00
digga/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"