From cffb447a6fd5b7363ffeb24f1c24c96bb351c2fa Mon Sep 17 00:00:00 2001 From: "Adam French [sc21a2f]" Date: Tue, 8 Oct 2024 12:15:56 +0100 Subject: [PATCH] updated readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bf5191..f13ac41 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,14 @@ In the root `~/.tmux.conf` you need to add `source {repo_dir}/.tmux.conf` I prefer my capslock to be esc, so I have included that in the .bashrc file. These files will also add the repository to the path so that the bash scripts are accessible by the command line. Use either file respectively -`source {repo_dir}/.bashrc` -`source {repo_dir}/.zshrc` +``` +source {repo_dir}/.bashrc +export PATH="$HOME/scripts/sh:$PATH" +``` +``` +source {repo_dir}/.zshrc` +export PATH="$HOME/scripts/sh:$PATH" +``` # .vimrc This also needs similar treatment