diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 15:54:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 15:54:49 -0300 |
commit | 0915a359a8066b797e34ec6ab888ec2d923237b6 (patch) | |
tree | f47f51961afdd38e14afef1d8551c677a0c93d3f | |
parent | 6d37bd64d1dfb6389d074261ae40d85a6260111a (diff) | |
download | apps-0915a359a8066b797e34ec6ab888ec2d923237b6.tar.gz apps-0915a359a8066b797e34ec6ab888ec2d923237b6.tar.bz2 |
Rename bash-prompt to shellprompt
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | bash-prompt | 0 | ||||
m--------- | shellprompt | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 3f7aeaf..19b700b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,9 +22,9 @@ [submodule "gpg-maintenance"] path = gpg-maintenance url = https://github.com/ilf/gpg-maintenance.git -[submodule "bash-prompt"] - path = bash-prompt - url = git://git.fluxo.info/bash-prompt +[submodule "shellprompt"] + path = shellprompt + url = git://git.fluxo.info/shellprompt [submodule "downloaders"] path = downloaders url = git://git.fluxo.info/downloaders diff --git a/bash-prompt b/bash-prompt deleted file mode 160000 -Subproject b180ac33227e9d7125bb04932fdbc9b851906c8 diff --git a/shellprompt b/shellprompt new file mode 160000 +Subproject f00bc60ed714f24bf0b905f099cde2c663b3985 |