mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
$, pipes.sh, nix3-develop: titlecase Bash (#14215)
This commit is contained in:
parent
aba0fe4cda
commit
6c1b343dd3
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Dollar sign
|
||||
|
||||
> Expand a bash variable.
|
||||
> Expand a Bash variable.
|
||||
> More information: <https://gnu.org/software/bash/manual/bash.html#Shell-Variables>.
|
||||
|
||||
- Print a variable:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# nix develop
|
||||
|
||||
> Run a bash shell that provides the build environment of a derivation.
|
||||
> Run a Bash shell that provides the build environment of a derivation.
|
||||
> More information: <https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-develop.html>.
|
||||
|
||||
- Start a shell with all dependencies of a package from nixpkgs available:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# pipes.sh
|
||||
|
||||
> A bash script which draws randomly pathed pipes over the terminal.
|
||||
> A Bash script which draws randomly pathed pipes over the terminal.
|
||||
> More information: <https://github.com/pipeseroni/pipes.sh>.
|
||||
|
||||
- Change the pa[t]tern of the pipes:
|
||||
|
|
Loading…
Add table
Reference in a new issue