From 64ed44d4d5ccbdb2607af9941c643c7717510f5f Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Thu, 19 Oct 2023 09:42:19 +0000 Subject: [PATCH] test --- qusal/dotfiles/README.md | 4 +++- qusal/dotfiles/files/ssh/.ssh/config.d/.gitignore | 0 qusal/dotfiles/files/ssh/.ssh/known_hosts.d/.gitignore | 0 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 qusal/dotfiles/files/ssh/.ssh/config.d/.gitignore create mode 100644 qusal/dotfiles/files/ssh/.ssh/known_hosts.d/.gitignore diff --git a/qusal/dotfiles/README.md b/qusal/dotfiles/README.md index b227e5e..fc20e75 100644 --- a/qusal/dotfiles/README.md +++ b/qusal/dotfiles/README.md @@ -41,7 +41,9 @@ Or target specific ones by specifying the directory name: ``` Note that some files might depend on other directories, specially `sh` which is a base for `bash` and `zsh` but might also have environment variables for -`net` and `vim`. +`net` and `vim`. It also adds `$HOME/.local/bin` and +`$HOME/.local/bin/$HOSTNAME` to the `$PATH` variable, so if the project has +scripts, install the `sh` directory. Reload your shell: ```sh diff --git a/qusal/dotfiles/files/ssh/.ssh/config.d/.gitignore b/qusal/dotfiles/files/ssh/.ssh/config.d/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/qusal/dotfiles/files/ssh/.ssh/known_hosts.d/.gitignore b/qusal/dotfiles/files/ssh/.ssh/known_hosts.d/.gitignore new file mode 100644 index 0000000..e69de29