Skip to content

Commit 07e7eff

Browse files
committed
add toc and how not read bashrc
1 parent cc07067 commit 07e7eff

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

content/operations/linux/bash.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ aliases:
66
- /operations/bash
77
---
88

9+
{{< toc >}}
10+
911
EOF
1012

1113
```bash
@@ -214,7 +216,7 @@ unalias -a
214216
command <command>
215217
```
216218

217-
Вetaching a process from a session
219+
Detaching a process from a session
218220

219221
[Information from](https://t.me/bashdays/160)
220222

@@ -267,6 +269,12 @@ else
267269
fi
268270
```
269271
272+
Don’t read the ~/.bashrc and /etc/bash.bashrc
273+
274+
```bash
275+
bash --norc
276+
```
277+
270278
## Variables
271279
272280
Separator

0 commit comments

Comments
 (0)