From b8788419dde6ed6e9c2bb430957f87ea1677467c Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 22 Jan 2019 22:57:59 +0100 Subject: [PATCH] Add the bash_prompt project as a submodule --- .bash/bash_prompt | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) create mode 160000 .bash/bash_prompt create mode 100644 .gitmodules 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 -- 2.1.4