From: Antonio Ospite Date: Tue, 22 Jan 2019 21:57:59 +0000 (+0100) Subject: Add the bash_prompt project as a submodule X-Git-Url: https://git.ao2.it/config/bash.git/commitdiff_plain/b8788419dde6ed6e9c2bb430957f87ea1677467c Add the bash_prompt project as a submodule --- diff --git a/.bash/bash_prompt b/.bash/bash_prompt new file mode 160000 index 0000000..b7917bf --- /dev/null +++ b/.bash/bash_prompt @@ -0,0 +1 @@ +Subproject commit b7917bf7128c7bef363ba88c1f5fea22d02d6ae4 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8e6101f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".bash/bash_prompt"] + path = .bash/bash_prompt + url = https://git.ao2.it/config/bash_prompt.git