diff --git a/README.md b/README.md index 8bf18a2..cacbac3 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,21 @@ ## Features -- Include [Liquid Prompt][liquidprompt_repo]. (An intelligent and non-intrusive prompt for Bash and zsh) +- Include [Liquid Prompt][liquidprompt_repo], an intelligent and non-intrusive prompt for Bash and zsh. - Ready for FZF bindings. - Full TMUX experience, even surviving desktop user reconnexions. - Ready to use [KeePassXC][KeePassXC_website] as ssh-agent and keyring. - Command notifications with [NTFY][NTFY_repo]. - And many more aliases and functions to discover ... +## Licence + +This repository include some original lines of code and others gathered throught many years and available publicly or known as best practices. + +There will be no licence attached to this code except for the content listed below and coming from a licenced source: + +- [Liquid Prompt][liquidprompt_repo]: AGPL-3.0 license. Original source in file `.bashrc.d/22-prompt.bashrc`. + ### Issues - function `lf` (ls alternative with filters and sorting throught fzf): some outputs are broken, I will fix it soon.