Readme: add a note about session

This commit is contained in:
Ivan R. 2023-02-16 23:58:21 +05:00
parent 73a7085dae
commit 62dabe79c1
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -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`.