Readme: add a note about session
This commit is contained in:
parent
73a7085dae
commit
62dabe79c1
1 changed files with 6 additions and 1 deletions
|
@ -24,6 +24,11 @@ If it's not, edit the `~/.bashrc` file (or `~/.zshrc`)
|
||||||
export EDITOR=nano
|
export EDITOR=nano
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Don't forget to start a new session or execute the following command:
|
||||||
|
```bash
|
||||||
|
source ~/.bashrc
|
||||||
|
```
|
||||||
|
|
||||||
Then mark this script as executable:
|
Then mark this script as executable:
|
||||||
```bash
|
```bash
|
||||||
chmod +x histd.sh
|
chmod +x histd.sh
|
||||||
|
@ -56,4 +61,4 @@ This command concatenates all files and prefixes each with the filename.
|
||||||
# ├── 18.md
|
# ├── 18.md
|
||||||
# └── 19.md
|
# └── 19.md
|
||||||
```
|
```
|
||||||
Required programs: `tree`
|
Required programs: `tree`.
|
||||||
|
|
Loading…
Reference in a new issue