6139834a4a
Upgrade the `rg` function to only pipe to `PAGER` when output is a terminal.
2 lines
44 B
Text
2 lines
44 B
Text
# mkdir & cd to it
|
|
mkdir -p "$1" && cd "$1"
|