From 0c5101fef5a0a50bdfa5d921aefa9fe2f2c0db21 Mon Sep 17 00:00:00 2001 From: Abdulmujeeb Raji Date: Sun, 9 Apr 2023 12:07:20 +0100 Subject: [PATCH] Add script path Also added instructions in README.md --- .bashrc | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 8061e71..7e6b52f 100644 --- a/.bashrc +++ b/.bashrc @@ -11,4 +11,4 @@ PS1='[\u@\h \W]\$ ' QT_QPA_PLATFORMTHEME="qt6ct" EDITOR=helix - +PATH=PATH:~/.local/bin diff --git a/README.md b/README.md index 017ff33..b5f9481 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,6 @@ git checkout -f master Logout and login. +Any scripts you want to install, place in `.local/bin` + Licensed under [MIT](LICENSE)