forked from pub-solar/os
6139834a4a
Upgrade the `rg` function to only pipe to `PAGER` when output is a terminal.
3 lines
44 B
Plaintext
3 lines
44 B
Plaintext
# mkdir & cd to it
|
|
mkdir -p "$1" && cd "$1"
|