From 62dabe79c19e62e3037f66b3ed16327e0483b7cb Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Thu, 16 Feb 2023 23:58:21 +0500 Subject: [PATCH] Readme: add a note about session --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c039df0..d92a7fd 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,11 @@ If it's not, edit the `~/.bashrc` file (or `~/.zshrc`) 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: ```bash chmod +x histd.sh @@ -56,4 +61,4 @@ This command concatenates all files and prefixes each with the filename. # ├── 18.md # └── 19.md ``` -Required programs: `tree` +Required programs: `tree`.