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